@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | if ($this->hasSection($section->getName())) |
| 90 | 90 | { |
| 91 | 91 | throw new InvalidDataException(sprintf('Section "%s" already exists!', |
| 92 | - $section->getName())); |
|
| 92 | + $section->getName())); |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | if ($section->hasParent()) |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | if (!isset($this->sections[$section->getParent()->getName()])) |
| 98 | 98 | { |
| 99 | 99 | throw new InvalidDataException(sprintf('Parent section "%s" does not exists!', |
| 100 | - $section->getParent()->getName())); |
|
| 100 | + $section->getParent()->getName())); |
|
| 101 | 101 | } |
| 102 | 102 | } |
| 103 | 103 | |