@@ -30,7 +30,7 @@ |
||
| 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; |