Skip to content

Commit df0d284

Browse files
committed
Fix return types for PHP 8.1
1 parent 03cde04 commit df0d284

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)