Totara 1.12 recover fixes #2
Annotations
10 errors
Run phpstan:
src/Compiler.php#L6255
Strict comparison using === between mixed and null will always evaluate to false.
|
Run phpstan:
src/Parser.php#L116
Property ScssPhp\ScssPhp\Parser::$utf8 has no type specified.
|
Run phpstan:
src/Parser.php#L121
Property ScssPhp\ScssPhp\Parser::$patternModifiers has no type specified.
|
Run phpstan:
src/Parser.php#L182
Method ScssPhp\ScssPhp\Parser::setUtf8() has no return type specified.
|
Run phpstan:
src/Parser.php#L331
Access to an undefined property ScssPhp\ScssPhp\Parser::$charset.
|
Run phpstan:
src/Parser.php#L332
Cannot access property $children on ScssPhp\ScssPhp\Block|null.
|
Run phpstan:
src/Parser.php#L345
Method ScssPhp\ScssPhp\Parser::parse() should return ScssPhp\ScssPhp\Block but returns ScssPhp\ScssPhp\Block|null.
|
Run phpstan:
src/SourceMap/SourceMapConsumer.php#L74
Property ScssPhp\ScssPhp\SourceMap\SourceMapConsumer::$mappings type has no value type specified in iterable type array.
|
Run phpstan:
src/SourceMap/SourceMapConsumer.php#L86
Access to an undefined property object::$sources.
|
Run phpstan:
src/SourceMap/SourceMapConsumer.php#L89
Access to an undefined property object::$sourcesContent.
|
Loading