mirror of
https://github.com/symfony/ai-store.git
synced 2026-03-23 23:22:17 +01:00
29 lines
863 B
Plaintext
29 lines
863 B
Plaintext
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- ../../.phpstan/extension.neon
|
|
|
|
parameters:
|
|
level: 6
|
|
paths:
|
|
- src/
|
|
- tests/
|
|
excludePaths:
|
|
- src/Bridge/
|
|
treatPhpDocTypesAsCertain: false
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"
|
|
-
|
|
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
|