Passed
Pull Request — main (#470)
by Johan
03:49 queued 01:56
created
ci/qa/phpstan-baseline.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 $ignoreErrors = [];
4 4
 $ignoreErrors[] = [
5
-	// identifier: function.deprecated
6
-	'message' => '#^Call to deprecated function GuzzleHttp\\\\json_decode\\(\\)\\:
5
+    // identifier: function.deprecated
6
+    'message' => '#^Call to deprecated function GuzzleHttp\\\\json_decode\\(\\)\\:
7 7
 json_decode will be removed in guzzlehttp/guzzle\\:8\\.0\\. Use Utils\\:\\:jsonDecode instead\\.$#',
8
-	'count' => 1,
9
-	'path' => __DIR__ . '/../../src/Surfnet/StepupGateway/GatewayBundle/Entity/SamlEntity.php',
8
+    'count' => 1,
9
+    'path' => __DIR__ . '/../../src/Surfnet/StepupGateway/GatewayBundle/Entity/SamlEntity.php',
10 10
 ];
11 11
 
12 12
 return ['parameters' => ['ignoreErrors' => $ignoreErrors]];
Please login to merge, or discard this patch.
ci/qa/rector.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 
7 7
 return RectorConfig::configure()
8 8
     ->withPaths([
9
-         __DIR__ . '/../../ci',
10
-         __DIR__ . '/../../config',
11
-         __DIR__ . '/../../public',
12
-         __DIR__ . '/../../src',
13
-         __DIR__ . '/../../tests',
14
-         __DIR__ . '/../../templates',
9
+            __DIR__ . '/../../ci',
10
+            __DIR__ . '/../../config',
11
+            __DIR__ . '/../../public',
12
+            __DIR__ . '/../../src',
13
+            __DIR__ . '/../../tests',
14
+            __DIR__ . '/../../templates',
15 15
     ])
16 16
     // uncomment to reach your current PHP version
17 17
 //     ->withPhpSets()
Please login to merge, or discard this patch.