Completed
Push — master ( 5a833b...970589 )
by Russell
02:34
created
src/Model/VerifiableExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
238 238
             $list[$item->Version] = sprintf('Version: %s (Created: %s)', $item->Version, $item->Created);
239 239
         }
240 240
 
241
-        $fields->addFieldsToTab($tabRootName . '.Verify', FieldList::create([
241
+        $fields->addFieldsToTab($tabRootName.'.Verify', FieldList::create([
242 242
             LiteralField::create('Introduction', '<p class="message intro">Select a version'
243 243
                     . ' whose data you wish to verify, then select the "Verify"'
244 244
                     . ' button. After a few seconds, a verification status will be'
Please login to merge, or discard this patch.