Skip to content

Commit

Permalink
Add missed strict types declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 13, 2024
1 parent c92edf8 commit 0b050b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cluster
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types = 1);

use Amp\ByteStream;
use Amp\Cluster\Cluster;
Expand Down

0 comments on commit 0b050b1

Please sign in to comment.