Composer: upgrade deps (nette v4, symfony v6+) #169
phpstan.yml
on: push
Phpstan
/
Phpstan (8.2)
31s
Annotations
10 errors
Phpstan / Phpstan (8.2):
src/Core/Mapping/Validator/BasicValidator.php#L51
Call to deprecated method contains() of class Nette\Utils\Strings:
use str_contains()
|
Phpstan / Phpstan (8.2):
src/Core/Schema/Hierarchy/HierarchicalNode.php#L69
Call to deprecated method contains() of class Nette\Utils\Strings:
use str_contains()
|
Phpstan / Phpstan (8.2):
src/Core/Schema/Hierarchy/HierarchicalNode.php#L69
Call to deprecated method contains() of class Nette\Utils\Strings:
use str_contains()
|
Phpstan / Phpstan (8.2):
src/OpenApi/DI/OpenApiPlugin.php#L60
Call to deprecated method endsWith() of class Nette\Utils\Strings:
use str_ends_with()
|
Phpstan / Phpstan (8.2):
src/OpenApi/DI/OpenApiPlugin.php#L62
Call to deprecated method endsWith() of class Nette\Utils\Strings:
use str_ends_with()
|
Phpstan / Phpstan (8.2):
src/OpenApi/DI/OpenApiPlugin.php#L62
Call to deprecated method endsWith() of class Nette\Utils\Strings:
use str_ends_with()
|
Phpstan / Phpstan (8.2):
src/OpenApi/DI/OpenApiPlugin.php#L64
Call to deprecated method endsWith() of class Nette\Utils\Strings:
use str_ends_with()
|
Phpstan / Phpstan (8.2):
src/OpenApi/SchemaDefinition/Entity/EntityAdapter.php#L32
Call to deprecated method contains() of class Nette\Utils\Strings:
use str_contains()
|
Phpstan / Phpstan (8.2):
src/OpenApi/SchemaDefinition/Entity/EntityAdapter.php#L33
Call to deprecated method contains() of class Nette\Utils\Strings:
use str_contains()
|
Phpstan / Phpstan (8.2):
src/OpenApi/SchemaDefinition/Entity/EntityAdapter.php#L76
Call to deprecated method endsWith() of class Nette\Utils\Strings:
use str_ends_with()
|