@@ -1,5 +1,5 @@ discard block |
||
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 |
||
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); |