Add PHP 8.3 support #335
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
10 errors
InvalidArgument:
src/Collection/DefaultIterator.php#L112
src/Collection/DefaultIterator.php:112:47: InvalidArgument: Argument 1 of ldap_count_entries expects LDAP\Connection, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L112
src/Collection/DefaultIterator.php:112:58: InvalidArgument: Argument 2 of ldap_count_entries expects LDAP\Result, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L119
src/Collection/DefaultIterator.php:119:13: InvalidArgument: Argument 1 of ldap_first_entry expects LDAP\Connection, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L120
src/Collection/DefaultIterator.php:120:13: InvalidArgument: Argument 2 of ldap_first_entry expects LDAP\Result, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L130
src/Collection/DefaultIterator.php:130:17: InvalidArgument: Argument 1 of ldap_next_entry expects LDAP\Connection, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L151
src/Collection/DefaultIterator.php:151:42: InvalidArgument: Argument 1 of ldap_free_result expects LDAP\Result, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L252
src/Collection/DefaultIterator.php:252:38: InvalidArgument: Argument 1 of ldap_first_attribute expects LDAP\Connection, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L252
src/Collection/DefaultIterator.php:252:49: InvalidArgument: Argument 2 of ldap_first_attribute expects LDAP\ResultEntry, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L257
src/Collection/DefaultIterator.php:257:41: InvalidArgument: Argument 1 of ldap_get_values_len expects LDAP\Connection, but resource provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Collection/DefaultIterator.php#L257
src/Collection/DefaultIterator.php:257:52: InvalidArgument: Argument 2 of ldap_get_values_len expects LDAP\ResultEntry, but resource provided (see https://psalm.dev/004)
|