@@ -151,7 +151,7 @@ |
||
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 |
@@ -88,8 +88,7 @@ discard block |
||
88 | 88 | $owner = $this->getOwner(); |
89 | 89 | |
90 | 90 | return $owner->getSourceMode() === self::SOURCE_MODE_FIELD ? |
91 | - json_decode($owner->VerifiableFields) : |
|
92 | - []; |
|
91 | + json_decode($owner->VerifiableFields) : []; |
|
93 | 92 | } |
94 | 93 | |
95 | 94 | /** |
@@ -268,7 +267,7 @@ discard block |
||
268 | 267 | $list[$item->Version] = sprintf('Version: %s (Created: %s)', $item->Version, $item->LastEdited); |
269 | 268 | } |
270 | 269 | |
271 | - $fields->addFieldsToTab($tabRootName . '.Verify', FieldList::create([ |
|
270 | + $fields->addFieldsToTab($tabRootName.'.Verify', FieldList::create([ |
|
272 | 271 | LiteralField::create('Introduction', '<p class="message intro">Select a version' |
273 | 272 | . ' whose data you wish to verify, then select the "Verify"' |
274 | 273 | . ' button. After a few seconds, a verification status will be' |