Test Failed
Branch master (b1e763)
by Hannes
02:27
created
src/Example/ExampleFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
             }
104 104
 
105 105
             if (isset($examples[$name])) {
106
-                throw new \RuntimeException("Example '$name' already exists in definition " . ($index + 1));
106
+                throw new \RuntimeException("Example '$name' already exists in definition ".($index + 1));
107 107
             }
108 108
 
109 109
             if (!$this->filter->isValid($name)) {
Please login to merge, or discard this patch.