Skip to content

Commit 9bef6eb

Browse files
Merge branch '6.4' into 7.0
* 6.4: Use typed properties in tests as much as possible
2 parents 09c2a38 + aa81d6d commit 9bef6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LazyStringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testLazyCallable()
4949
$count = 0;
5050
$s = LazyString::fromCallable([function () use (&$count) {
5151
return new class($count) {
52-
private $count;
52+
private int $count;
5353

5454
public function __construct(int &$count)
5555
{

0 commit comments

Comments
 (0)