Passed
Push — master ( bc39c1...f68c5e )
by Caen
04:13 queued 15s
created
packages/testing/src/FluentTestingHelpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      */
85 85
     private function formatArray(array $array): string
86 86
     {
87
-        $json = json_encode($array, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
87
+        $json = json_encode($array, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES);
88 88
 
89 89
         // Transform JSON to PHP array syntax
90 90
         $php = preg_replace('/^(\s*)\"(\w+)\":/m', '$1$2:', $json); // Remove quotes from keys
Please login to merge, or discard this patch.