Completed
Pull Request — master (#10)
by Greg
02:12
created
src/Formatters/TableFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         // be converted into a TableTransformation object.
39 39
         if (!$structuredData instanceof TableTransformation) {
40 40
             // TODO: Define our own Exception class
41
-            throw new \Exception("Data provided to table formatter must be an instance of RowsOfFields. Instead, a " . get_class($structuredData) . " was provided.", 1);
41
+            throw new \Exception("Data provided to table formatter must be an instance of RowsOfFields. Instead, a ".get_class($structuredData)." was provided.", 1);
42 42
         }
43 43
         return $structuredData;
44 44
     }
Please login to merge, or discard this patch.