Passed
Push — main ( caca6c...2b63d8 )
by Dimitri
01:00 queued 15s
created
phpstan-baseline.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 $ignoreErrors = [];
4 4
 $ignoreErrors[] = [
5
-	// identifier: new.static
6
-	'message' => '#^Unsafe usage of new static\\(\\)\\.$#',
7
-	'count' => 3,
8
-	'path' => __DIR__ . '/src/CartItem.php',
5
+    // identifier: new.static
6
+    'message' => '#^Unsafe usage of new static\\(\\)\\.$#',
7
+    'count' => 3,
8
+    'path' => __DIR__ . '/src/CartItem.php',
9 9
 ];
10 10
 
11 11
 return ['parameters' => ['ignoreErrors' => $ignoreErrors]];
Please login to merge, or discard this patch.