@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | * @return bool |
| 39 | 39 | */ |
| 40 | 40 | public function isEmpty() { |
| 41 | - throw new \Exception(get_class() . '::isEmpty() not implemented - inherited from ContainerPlus'); |
|
| 41 | + throw new \Exception(get_class().'::isEmpty() not implemented - inherited from ContainerPlus'); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /** |
@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | * @return mixed |
| 48 | 48 | */ |
| 49 | 49 | public function clear() { |
| 50 | - throw new \Exception(get_class() . '::clear() not implemented - inherited from ContainerPlus'); |
|
| 50 | + throw new \Exception(get_class().'::clear() not implemented - inherited from ContainerPlus'); |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | } |