mirror of
https://github.com/dg/dibi.git
synced 2025-08-09 23:56:58 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -32,7 +32,7 @@ class MockDriver extends Dibi\Drivers\SqlsrvDriver
|
||||
|
||||
function fetch(bool $type): ?array
|
||||
{
|
||||
return NULL;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user