mirror of
https://github.com/symfony/ai-generic-platform.git
synced 2026-03-23 23:42:22 +01:00
30 lines
900 B
Plaintext
30 lines
900 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- ../../../../../.phpstan/extension.neon
|
|
|
|
parameters:
|
|
level: 6
|
|
paths:
|
|
- .
|
|
- Tests/
|
|
excludePaths:
|
|
- vendor/
|
|
treatPhpDocTypesAsCertain: false
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"
|
|
reportUnmatched: false
|
|
-
|
|
message: '#^Call to( static)? method PHPUnit\\Framework\\Assert::.* will always evaluate to true\.$#'
|
|
reportUnmatched: false
|
|
-
|
|
identifier: 'symfonyAi.forbidNativeException'
|
|
path: Tests/*
|
|
reportUnmatched: false
|
|
|
|
services:
|
|
- # Conditionally enabled by bleeding edge in phpstan/phpstan-phpunit 2.x
|
|
class: PHPStan\Type\PHPUnit\DataProviderReturnTypeIgnoreExtension
|
|
tags:
|
|
- phpstan.ignoreErrorExtension
|