Skip to content

Commit 2b98291

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix return types for PHP 8.1
2 parents 13fab2a + 46cf560 commit 2b98291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adapter/ExtLdap/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function toArray()
4545
/**
4646
* @return int
4747
*/
48+
#[\ReturnTypeWillChange]
4849
public function count()
4950
{
5051
$con = $this->connection->getResource();

0 commit comments

Comments
 (0)