Passed
Push — master ( d72aaf...be9d80 )
by Eric
02:14
created
src/SystemClock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * @throws \DateInvalidTimeZoneException If $timezone is passed as string and is invalid.
33 33
      */
34
-    public function __construct(null|\DateTimeZone|string $timezone = null)
34
+    public function __construct(null | \DateTimeZone | string $timezone = null)
35 35
     {
36 36
         if (!$timezone instanceof \DateTimeZone) {
37 37
             $timezone ??= 'UTC';
Please login to merge, or discard this patch.