Passed
Push — master ( 50ed2d...29d863 )
by Russell
05:06
created
src/Controller/VerifiableAdminController.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -149,8 +149,7 @@  discard block
 block discarded – undo
149 149
                 'Version' => "$record->Version",
150 150
                 'Class' => get_class($record),
151 151
                 'VerifiableFields' => $record->sourceMode() === VerifiableExtension::SOURCE_MODE_FIELD ?
152
-                    json_decode($record->VerifiableFields) :
153
-                    [],
152
+                    json_decode($record->VerifiableFields) : [],
154 153
             ],
155 154
             'Status' => [
156 155
                 'Nice' => $status,
@@ -182,7 +181,7 @@  discard block
 block discarded – undo
182 181
     {
183 182
         $refl = new \ReflectionClass(__CLASS__);
184 183
         $const = array_search($status, $refl->getConstants());
185
-        $keyJson = file_get_contents(realpath(__DIR__) . '/../../statuses.json');
184
+        $keyJson = file_get_contents(realpath(__DIR__).'/../../statuses.json');
186 185
         $keyMap = json_decode($keyJson, true);
187 186
         $defn = '';
188 187
 
Please login to merge, or discard this patch.