You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/Factory/WriterFactory.php:89:43: UndefinedInterfaceMethod: Method Laminas\ServiceManager\ServiceLocatorInterface::getServiceLocator does not exist (see https://psalm.dev/181)
src/Factory/WriterFactory.php:93:43: UndefinedInterfaceMethod: Method Laminas\ServiceManager\ServiceLocatorInterface::getServiceLocator does not exist (see https://psalm.dev/181)
src/Filter/Priority.php:43:43: InvalidNullableReturnType: The declared return type 'bool|int' for Dot\Log\Filter\Priority::filter is not nullable, but 'bool|null' contains null (see https://psalm.dev/144)
src/Filter/Priority.php:45:16: NullableReturnStatement: The declared return type 'bool|int' for Dot\Log\Filter\Priority::filter is not nullable, but the function returns 'bool|null' (see https://psalm.dev/139)
src/Logger.php:117:15: TypeDoesNotContainType: Type non-empty-array<array-key, mixed> for $options is always !array<array-key, mixed> (see https://psalm.dev/056)