Completed
Pull Request — master (#7)
by
unknown
02:26
created
tests/SettingsFieldTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         ];
66 66
         foreach ($settingsFields as $fieldName => $className) {
67 67
             $field = $fields->fieldByName(
68
-                'DocumentConversionSettings-' . $fieldName
68
+                'DocumentConversionSettings-'.$fieldName
69 69
             );
70 70
             $this->assertInstanceOf($className, $field);
71 71
             $this->assertContains('no-change-track', $field->extraClass());
Please login to merge, or discard this patch.
src/PageExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
          */
27 27
         $fields->findOrMakeTab(
28 28
             'Root.Import',
29
-            _t(__CLASS__ . '.ImportTab', 'Import')
29
+            _t(__CLASS__.'.ImportTab', 'Import')
30 30
         );
31 31
         $fields->addFieldToTab('Root.Import', SettingsField::create());
32 32
     }
Please login to merge, or discard this patch.