Completed
Push — master ( aa5a73...5f3c84 )
by Ondřej
02:54
created
src/Ivory/Connection/IPCControl.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Ivory\Connection;
5 5
 
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
         return pg_get_pid($handler);
23 23
     }
24 24
 
25
-    public function notify(string $channel, ?string $payload = null): void
25
+    public function notify(string $channel, ?string $payload = null) : void
26 26
     {
27 27
         if ($payload === null) {
28 28
             $this->stmtExec->command('NOTIFY %ident', $channel);
Please login to merge, or discard this patch.