Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
[PSR-2] fixers=braces,elseif,short_tag,php_closing_tag,trailing_space…
Browse files Browse the repository at this point in the history
…s,linefeed

Applied php-cs-fixer --fixers=braces,elseif,short_tag,php_closing_tag,trailing_spaces,linefeed
  • Loading branch information
Maks3w committed Jul 12, 2012
1 parent 0a6a6fe commit 196c531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/DbAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DbAdapter extends \Zend\Db\Adapter\AbstractAdapter

/**
* @var string
*/
*/
protected $_quoteIdentifierSymbol = '';

/**
Expand Down Expand Up @@ -85,7 +85,7 @@ public function appendLastInsertIdToStack($id)

/**
* @var string
*/
*/
public function setQuoteIdentifierSymbol($symbol)
{
$this->_quoteIdentifierSymbol = $symbol;
Expand Down
3 changes: 1 addition & 2 deletions src/PHPUnit/Db/DataSet/QueryTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ protected function loadData()
*/
protected function createTableMetaData()
{
if ($this->tableMetaData === NULL)
{
if ($this->tableMetaData === NULL) {
$this->loadData();
$keys = array();
if(count($this->data) > 0) {
Expand Down

0 comments on commit 196c531

Please sign in to comment.