We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01650e1 commit 7f1917fCopy full SHA for 7f1917f
1 file changed
src/LdapSyncCommand.php
@@ -271,6 +271,7 @@ public function execute(InputInterface $input, OutputInterface $output): ?int
271
"ldap_search",
272
"ldap_get_entries",
273
] as $ldapFunction) {
274
+ // @phpstan-ignore function.alreadyNarrowedType
275
if (!function_exists($ldapFunction)) {
276
$this->logger->critical(sprintf("PHP-LDAP function \"%s\" does not exist.", $ldapFunction));
277
return Command::FAILURE;
0 commit comments