We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34267d7 commit aa81d6dCopy full SHA for aa81d6d
Tests/LazyStringTest.php
@@ -49,7 +49,7 @@ public function testLazyCallable()
49
$count = 0;
50
$s = LazyString::fromCallable([function () use (&$count) {
51
return new class($count) {
52
- private $count;
+ private int $count;
53
54
public function __construct(int &$count)
55
{
0 commit comments