mirror of
https://github.com/dg/dibi.git
synced 2025-08-16 19:14:17 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -31,7 +31,7 @@ Assert::same(
|
||||
(string) $fluent
|
||||
);
|
||||
|
||||
$fluent->setFlag('IGNORE', FALSE);
|
||||
$fluent->setFlag('IGNORE', false);
|
||||
|
||||
Assert::same(
|
||||
reformat('DELETE FROM [anotherTable] USING [thirdTable]'),
|
||||
|
Reference in New Issue
Block a user