mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 17:56:12 +02:00

[TASK] Drop redundant bootstrap information from PHPStan config (#1253)

This entry is not required - PHPStan already uses the Composer
autoloader.

Fixes #1245
This commit is contained in:
Oliver Klee 2024-04-29 06:59:29 +02:00 committed by GitHub
parent f28b8479e6
commit 4f1d758e48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,9 +12,6 @@ parameters:
level: 4
bootstrapFiles:
- .Build/vendor/autoload.php
paths:
- Classes
- Configuration