Skip to content

Commit 4273b57

Browse files
authored
chore: enable ambiguous-function-call rule, and make all call sites explicit (#706)
1 parent 393082f commit 4273b57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/ChildTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use Psl\Process\Signal;
1818
use Psl\Process\Stdio;
1919

20+
use function strlen;
21+
2022
final class ChildTest extends TestCase
2123
{
2224
/**

0 commit comments

Comments
 (0)