Passed
Push — master ( 217b97...e57888 )
by Kenneth
01:46
created
src/Statement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
         if ($value !== null) {
125 125
             // Trim $value and see if it matches full date time string format.
126
-            $dt    = preg_match(self::DATE_TIME_REGEX, trim($value));
126
+            $dt = preg_match(self::DATE_TIME_REGEX, trim($value));
127 127
         }
128 128
 
129 129
         // Use NULL?
Please login to merge, or discard this patch.