mirror of
https://github.com/dg/dibi.git
synced 2025-08-18 20:02:20 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -12,7 +12,7 @@ $conn = new Dibi\Connection($config);
|
||||
$arr = [
|
||||
'title' => 'Super Product',
|
||||
'price' => 12,
|
||||
'brand' => NULL,
|
||||
'brand' => null,
|
||||
];
|
||||
|
||||
$fluent = $conn->update('table', $arr)
|
||||
|
Reference in New Issue
Block a user