https://github.com/spaze/phpstan-disallowed-calls-symfony
https://github.com/spaze/phpstan-disallowed-calls-symfony
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spaze/phpstan-disallowed-calls-symfony
- Owner: spaze
- License: mit
- Created: 2025-11-01T21:10:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-01T22:40:50.000Z (8 months ago)
- Last Synced: 2025-12-09T15:39:21.927Z (7 months ago)
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpstan-disallowed-calls-symfony
Symfony-specific disallowed calls configuration for my Disallowed Calls PHPStan extension.
Prerequisites:
- [PHPStan](https://github.com/phpstan/phpstan)
- [Disallowed Calls PHPStan extension](https://github.com/spaze/phpstan-disallowed-calls)
Installation:
With Composer:
```
composer require --dev spaze/phpstan-disallowed-calls-symfony
```
Then include the file in your `phpstan.neon` or similar:
```neon
includes:
- vendor/spaze/phpstan-disallowed-calls-symfony/disallowed-dangerous-calls.neon
```