@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * |
| 22 | 22 | * @return interfaces\Emitter |
| 23 | 23 | */ |
| 24 | - public function getEmitter() : ?interfaces\Emitter; |
|
| 24 | + public function getEmitter() : ? interfaces\Emitter; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * Sets the Event Emitter instance this object should have access to. |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | /** |
| 23 | 23 | * @see \nyx\events\awareness\Emitter::getEmitter() |
| 24 | 24 | */ |
| 25 | - public function getEmitter() : ?interfaces\Emitter |
|
| 25 | + public function getEmitter() : ? interfaces\Emitter |
|
| 26 | 26 | { |
| 27 | 27 | return $this->emitter; |
| 28 | 28 | } |