[2.0][DDC-395] Applied the provided patch of Jordi Boggiano removing some trailing whitespaces and fixing missing public keywords
This commit is contained in:
parent
c680b8fe1d
commit
3d34f266c6
@ -124,9 +124,9 @@ class TableDiff
|
||||
* @param array(string=>Index) $changedIndexes
|
||||
* @param array(string=>bool) $removedIndexes
|
||||
*/
|
||||
function __construct( $tableName, $addedColumns = array(), $changedColumns = array(),
|
||||
$removedColumns = array(), $addedIndexes = array(), $changedIndexes =
|
||||
array(), $removedIndexes = array() )
|
||||
public function __construct($tableName, $addedColumns = array(),
|
||||
$changedColumns = array(), $removedColumns = array(), $addedIndexes = array(),
|
||||
$changedIndexes = array(), $removedIndexes = array())
|
||||
{
|
||||
$this->name = $tableName;
|
||||
$this->addedColumns = $addedColumns;
|
||||
|
@ -36,7 +36,7 @@ interface TreeWalker
|
||||
* @param ParserResult $parserResult The result of the parsing process.
|
||||
* @param array $queryComponents Query components (symbol table)
|
||||
*/
|
||||
function __construct($query, $parserResult, array $queryComponents);
|
||||
public function __construct($query, $parserResult, array $queryComponents);
|
||||
|
||||
/**
|
||||
* Walks down a SelectStatement AST node, thereby generating the appropriate SQL.
|
||||
|
Loading…
x
Reference in New Issue
Block a user