Various code cleanup.

This commit is contained in:
James Cole
2021-04-06 18:48:02 +02:00
parent fe06a1f7a0
commit cb746200fa
14 changed files with 38 additions and 33 deletions

View File

@@ -27,7 +27,8 @@ namespace FireflyIII\Scopes;
use Adldap\Laravel\Scopes\ScopeInterface;
use Adldap\Query\Builder;
class LdapFilterScope implements ScopeInterface
// @phpstan-ignore-next-line
class LdapFilterScope implements ScopeInterface // @phpstan-ignore-line
{
/**
* If the ADLDAP_AUTH_FILTER is provided, apply the filter to the LDAP query.