Completed
Branch master (d81fb7)
by Michał
03:14
created
awareness/Emitter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
awareness/traits/Emitter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.