Completed
Push — master ( 25878f...493c1e )
by CodexShaper
05:22
created
src/Database/Drivers/MongoDB/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     public static function dateTime($milliseconds = null)
118 118
     {
119 119
         if (!is_int($milliseconds) || !is_float($milliseconds) || !is_string($milliseconds) || !$milliseconds instanceof \DateTimeInterface) {
120
-            throw new \Exception($milliseconds . " integer or float or string or instance of DateTimeInterface");
120
+            throw new \Exception($milliseconds." integer or float or string or instance of DateTimeInterface");
121 121
 
122 122
         }
123 123
         return new UTCDateTime($milliseconds);
Please login to merge, or discard this patch.