@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | public function getName() |
| 94 | 94 | { |
| 95 | 95 | if (isset($this->parentNode)) { |
| 96 | - return $this->parentNode->getName() . '[' . $this->name . ']'; |
|
| 96 | + return $this->parentNode->getName().'['.$this->name.']'; |
|
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | return $this->name; |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | public function getAttribute($name) |
| 205 | 205 | { |
| 206 | 206 | if (!isset($this->attributes[$name])) { |
| 207 | - throw new RuntimeException('Invalid attribute: "' . $name . '"'); |
|
| 207 | + throw new RuntimeException('Invalid attribute: "'.$name.'"'); |
|
| 208 | 208 | } |
| 209 | 209 | |
| 210 | 210 | return $this->attributes[$name]; |