https://github.com/spaze/phpstan-disallowed-calls-nette
https://github.com/spaze/phpstan-disallowed-calls-nette
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spaze/phpstan-disallowed-calls-nette
- Owner: spaze
- License: mit
- Created: 2021-03-01T16:54:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:57:32.000Z (over 1 year ago)
- Last Synced: 2025-10-10T04:07:13.833Z (9 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpstan-disallowed-calls-nette
Nette Framework-specific disallowed calls configuration for my Disallowed Calls PHPStan extension, or something.
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-nette
```
Then include the file in your `phpstan.neon` or similar:
```neon
includes:
- vendor/spaze/phpstan-disallowed-calls-nette/disallowed-dangerous-calls.neon
```