Test Failed
Push — main ( 74429e...c3904f )
by Dimitri
05:56 queued 03:43
created
phpstan-baseline.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -2,28 +2,28 @@
 block discarded – undo
2 2
 
3 3
 $ignoreErrors = [];
4 4
 $ignoreErrors[] = [
5
-	// identifier: argument.type
6
-	'message' => '#^Parameter \\#1 \\$name of function service expects class\\-string\\<parametres\\>, string given\\.$#',
7
-	'count' => 1,
8
-	'path' => __DIR__ . '/src/Commands/ClearParametres.php',
5
+    // identifier: argument.type
6
+    'message' => '#^Parameter \\#1 \\$name of function service expects class\\-string\\<parametres\\>, string given\\.$#',
7
+    'count' => 1,
8
+    'path' => __DIR__ . '/src/Commands/ClearParametres.php',
9 9
 ];
10 10
 $ignoreErrors[] = [
11
-	// identifier: argument.type
12
-	'message' => '#^Parameter \\#1 \\$name of function service expects class\\-string\\<parametres\\>, string given\\.$#',
13
-	'count' => 1,
14
-	'path' => __DIR__ . '/src/Config/helpers.php',
11
+    // identifier: argument.type
12
+    'message' => '#^Parameter \\#1 \\$name of function service expects class\\-string\\<parametres\\>, string given\\.$#',
13
+    'count' => 1,
14
+    'path' => __DIR__ . '/src/Config/helpers.php',
15 15
 ];
16 16
 $ignoreErrors[] = [
17
-	// identifier: assign.propertyType
18
-	'message' => '#^Property BlitzPHP\\\\Parametres\\\\Handlers\\\\DatabaseHandler\\:\\:\\$builder \\(BlitzPHP\\\\Database\\\\Builder\\\\BaseBuilder\\) does not accept BlitzPHP\\\\Contracts\\\\Database\\\\BuilderInterface\\.$#',
19
-	'count' => 1,
20
-	'path' => __DIR__ . '/src/Handlers/DatabaseHandler.php',
17
+    // identifier: assign.propertyType
18
+    'message' => '#^Property BlitzPHP\\\\Parametres\\\\Handlers\\\\DatabaseHandler\\:\\:\\$builder \\(BlitzPHP\\\\Database\\\\Builder\\\\BaseBuilder\\) does not accept BlitzPHP\\\\Contracts\\\\Database\\\\BuilderInterface\\.$#',
19
+    'count' => 1,
20
+    'path' => __DIR__ . '/src/Handlers/DatabaseHandler.php',
21 21
 ];
22 22
 $ignoreErrors[] = [
23
-	// identifier: assign.propertyType
24
-	'message' => '#^Property BlitzPHP\\\\Parametres\\\\Handlers\\\\DatabaseHandler\\:\\:\\$db \\(BlitzPHP\\\\Database\\\\Connection\\\\BaseConnection\\) does not accept BlitzPHP\\\\Contracts\\\\Database\\\\ConnectionInterface\\.$#',
25
-	'count' => 1,
26
-	'path' => __DIR__ . '/src/Handlers/DatabaseHandler.php',
23
+    // identifier: assign.propertyType
24
+    'message' => '#^Property BlitzPHP\\\\Parametres\\\\Handlers\\\\DatabaseHandler\\:\\:\\$db \\(BlitzPHP\\\\Database\\\\Connection\\\\BaseConnection\\) does not accept BlitzPHP\\\\Contracts\\\\Database\\\\ConnectionInterface\\.$#',
25
+    'count' => 1,
26
+    'path' => __DIR__ . '/src/Handlers/DatabaseHandler.php',
27 27
 ];
28 28
 
29 29
 return ['parameters' => ['ignoreErrors' => $ignoreErrors]];
Please login to merge, or discard this patch.