Passed
Push — master ( 3c5336...a8246c )
by Robbie
04:44
created
tests/Forms/GridField/GridFieldDetailForm/ResourceFieldItemRequestTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,8 +138,8 @@
 block discarded – undo
138 138
 
139 139
     protected function assertArrayEqualsInOrder($expected, $actual)
140 140
     {
141
-        $message = 'Failed asserting array in order. Expected ' . print_r($expected, true) .
142
-            '. Actual: ' . print_r($actual, true);
141
+        $message = 'Failed asserting array in order. Expected '.print_r($expected, true).
142
+            '. Actual: '.print_r($actual, true);
143 143
 
144 144
         foreach ($actual as $key => $value) {
145 145
             $expectedKey = key($expected);
Please login to merge, or discard this patch.
src/Forms/GridFieldResourceTitle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
         $data = ArrayData::create([
43 43
             'Resource' => $this->resource,
44
-            'EditLinkTitle' => _t(__CLASS__ . '.EDIT_LINK_TITLE', 'Edit resource'),
44
+            'EditLinkTitle' => _t(__CLASS__.'.EDIT_LINK_TITLE', 'Edit resource'),
45 45
             'ReadOnly' => $gridField->isReadonly(),
46 46
         ]);
47 47
         $result = $data->renderWith(__CLASS__);
Please login to merge, or discard this patch.