Passed
Push — master ( ffc3d5...a2ac04 )
by Russell
12:41
created
src/Controller/VerifiableController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
     {
152 152
         $refl = new \ReflectionClass(__CLASS__);
153 153
         $const = array_search($status, $refl->getConstants());
154
-        $keyJson = file_get_contents(realpath(__DIR__) . '/../../statuses.json');
154
+        $keyJson = file_get_contents(realpath(__DIR__).'/../../statuses.json');
155 155
         $keyMap = json_decode($keyJson, true);
156 156
         $defn = '';
157 157
 
Please login to merge, or discard this patch.