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
# This variable is modified by reference in some Closure and may be assigned null later. Without this type, phpstan does not detect it properly.
-
message: '#^PHPDoc tag @var with type ScssPhp\\ScssPhp\\Ast\\Sass\\Expression\|null is not subtype of native type ScssPhp\\ScssPhp\\Ast\\Sass\\Expression\.$#'
path: src/Parser/StylesheetParser.php
# Ignore errors about not specifying the array iterable type for legacy AST nodes
-
message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\\\LegacyValueVisitor\\:\\:visit[\\w]+\\(\\) return type has no value type specified in iterable type array\\.$#"
path: src/Compiler/LegacyValueVisitor.php
-
message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\\\LegacyValueVisitor\\:\\:visit[\\w]+\\(\\) never returns (ScssPhp\\\\ScssPhp\\\\Node\\\\Number|array) so it can be removed from the return type\\.$#"