mirror of
https://github.com/dg/dibi.git
synced 2025-07-30 19:00:13 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -19,7 +19,7 @@ $id = 10;
|
||||
$record = [
|
||||
'title' => 'Super product',
|
||||
'price' => 318,
|
||||
'active' => TRUE,
|
||||
'active' => true,
|
||||
];
|
||||
|
||||
// SELECT ...
|
||||
|
Reference in New Issue
Block a user