added Node WIP #163
Annotations
10 errors and 1 warning
Run composer phpstan -- --no-progress:
src/Bridges/Latte/TexyNode.php#L43
Unsafe usage of new static().
|
Run composer phpstan -- --no-progress:
src/Bridges/Latte/TexyNode.php#L68
Method Texy\Bridges\Latte\TexyNode::create() should return static(Texy\Bridges\Latte\TexyNode) but returns Latte\Compiler\Nodes\TextNode.
|
Run composer phpstan -- --no-progress:
src/Texy.php#L12
If condition is always false.
|
Run composer phpstan -- --no-progress:
src/Texy/BlockParser.php#L44
Attribute class JetBrains\PhpStorm\Language does not exist.
|
Run composer phpstan -- --no-progress:
src/Texy/HtmlElement.php#L106
Method Texy\HtmlElement::el() should return static(Texy\HtmlElement) but returns Texy\HtmlElement.
|
Run composer phpstan -- --no-progress:
src/Texy/HtmlElement.php#L242
Method Texy\HtmlElement::create() should return static(Texy\HtmlElement) but returns Texy\HtmlElement.
|
Run composer phpstan -- --no-progress:
src/Texy/LineParser.php#L59
Using nullsafe method call on non-nullable type Texy\Texy. Use -> instead.
|
Run composer phpstan -- --no-progress:
src/Texy/LineParser.php#L79
If condition is always false.
|
Run composer phpstan -- --no-progress:
src/Texy/Link.php#L52
If condition is always true.
|
Run composer phpstan -- --no-progress:
src/Texy/Modules/BlockModule.php#L209
Class Texy\LineParser constructor invoked with 2 parameters, 1 required.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading