Skip to content

Commit 46cf560

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix return types for PHP 8.1
2 parents 00db432 + df0d284 commit 46cf560

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)