mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -25,7 +25,7 @@ class MockDriver extends Dibi\Drivers\SqlsrvDriver
|
||||
|
||||
function fetch($assoc)
|
||||
{
|
||||
return FALSE;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user