Passed
Push — v9 ( 473b89...c87345 )
by Georges
02:33
created
lib/Phpfastcache/Drivers/Firestore/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 
137 137
     protected function decodeFirestoreDocument(array $snapshotData): array
138 138
     {
139
-        return \array_map(static function ($datum) {
139
+        return \array_map(static function($datum) {
140 140
             if ($datum instanceof GoogleTimestamp) {
141 141
                 $date = $datum->get();
142 142
                 if ($date instanceof \DateTimeImmutable) {
Please login to merge, or discard this patch.