Update PHP-CS-Fixer to version 3.93.0 in composer dependencies

This commit is contained in:
2026-01-29 12:27:56 +00:00
parent f9a9de1148
commit 9997fb287a
14 changed files with 18 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ final readonly class ScopeResolverDispatcher
}
/**
* @return Scope|iterable<Scope>|Scope|null
* @return Scope|iterable<Scope>|null
*/
public function resolveScope(mixed $entity, ?array $options = []): iterable|Scope|null
{