Completed
Push — master ( d9631f...300bed )
by Ryan
02:22
created
src/Resources/Resource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         switch (true) {
31 31
             case $timestamp instanceof \DateTime:
32 32
                 return $timestamp->getTimestamp() * 1000;
33
-            case is_numeric($timestamp) && strlen((string)$timestamp) == 10:
33
+            case is_numeric($timestamp) && strlen((string) $timestamp) == 10:
34 34
                 return $timestamp * 1000;
35 35
             default:
36 36
                 return $timestamp;
Please login to merge, or discard this patch.