Skip to content

Commit 0b050b1

Browse files
committed
Add missed strict types declaration
1 parent c92edf8 commit 0b050b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env php
2-
<?php
2+
<?php declare(strict_types = 1);
33

44
use Amp\ByteStream;
55
use Amp\Cluster\Cluster;

0 commit comments

Comments
 (0)