Completed
Push — master ( 777a9a...a7f778 )
by Gordon
11:34
created
tests/GridRowsExtensionTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function testSplitDataListMethodDoesNotExist()
22 22
     {
23 23
         $message = 'Method not found.  A grid cannot be formed from the method'
24
-                 . ' GridRowItemsTHISMETHODDOESNOTEXIST';
24
+                  . ' GridRowItemsTHISMETHODDOESNOTEXIST';
25 25
         $this->setExpectedException('InvalidArgumentException', $message);
26 26
 
27 27
         $page = $this->objFromFixture('GridRowItemPageTO', 'page001');
Please login to merge, or discard this patch.
code/GridRowsExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
         if ($itemsInGrid == null) {
40 40
             $message = 'Method not found.  A grid cannot be formed from the '
41
-                     . 'method ' . $itemsInGridMethod;
41
+                      . 'method ' . $itemsInGridMethod;
42 42
             throw new \InvalidArgumentException($message);
43 43
         }
44 44
 
Please login to merge, or discard this patch.