@@ -103,7 +103,7 @@ |
||
| 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)) { |