Passed
Pull Request — master (#11)
by Sergey
09:39
created
src/Listeners/DemoListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
6 6
 {
7 7
 
8 8
     public function handle($payload) {
9
-        echo 'привет я DemoListener - ' .  $payload;
9
+        echo 'привет я DemoListener - ' . $payload;
10 10
     }
11 11
 }
12 12
\ No newline at end of file
Please login to merge, or discard this patch.
src/Listeners/Manager/TcpListenerEventManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @return void
17 17
      */
18 18
     public function setListeners(array $listeners): void {
19
-       $this->listeners = $listeners;
19
+        $this->listeners = $listeners;
20 20
     }
21 21
 
22 22
     /**
Please login to merge, or discard this patch.