Passed
Push — master ( 52630b...060a6c )
by Chris
02:44
created
src/functions.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     $result = (int)$dateTime->format('Uu000');
72 72
 
73 73
     if ($result < 0) {
74
-        throw new InvalidValueException("Timestamp {$dateTime->format('Y-m-d H:i:s.u')} is negative");
74
+        throw new InvalidValueException("timestamp {$dateTime->format('Y-m-d H:i:s.u')} is negative");
75 75
     }
76 76
 
77 77
     return $result;
Please login to merge, or discard this patch.