Passed
Push — main ( 25f4a8...799be8 )
by Sebastian
03:52
created
tests/unit/ConfigTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
             false,
178 178
             ['run-path' => '/usr/local/bin/captainhook', 'verbosity' => 'debug', 'custom' => ['foo' => 'bar']]
179 179
         );
180
-        $json   = $config->getJsonData();
180
+        $json = $config->getJsonData();
181 181
 
182 182
         $this->assertIsArray($json);
183 183
         $this->assertIsArray($json['config']);
Please login to merge, or discard this patch.