Passed
Push — master ( 37b4f4...be8e12 )
by Russell
03:54 queued 10s
created
src/Extension/VerifiableExtension.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -90,8 +90,7 @@  discard block
 block discarded – undo
90 90
         $fields = $owner->VerifiableFields ?: '[]';
91 91
 
92 92
         return $owner->getSourceMode() === self::SOURCE_MODE_FIELD ?
93
-                    json_decode($fields) :
94
-                    [];
93
+                    json_decode($fields) : [];
95 94
     }
96 95
 
97 96
     /**
@@ -274,7 +273,7 @@  discard block
 block discarded – undo
274 273
             $list[$item->Version] = sprintf('Version: %s (Created: %s)', $item->Version, $item->LastEdited);
275 274
         }
276 275
 
277
-        $fields->addFieldsToTab($tabRootName . '.Verify', FieldList::create([
276
+        $fields->addFieldsToTab($tabRootName.'.Verify', FieldList::create([
278 277
             LiteralField::create('Introduction', '<p class="message intro">Select a version'
279 278
                     . ' whose data you wish to verify, then select the "Verify"'
280 279
                     . ' button. After a few seconds, a verification status will be'
Please login to merge, or discard this patch.