@@ -27,7 +27,7 @@ |
||
| 27 | 27 | public function getName(): string |
| 28 | 28 | { |
| 29 | 29 | if ($this->name === null) { |
| 30 | - return \spl_object_hash($this) . '@anonymous'; |
|
| 30 | + return \spl_object_hash($this).'@anonymous'; |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | return $this->name; |