An open API service indexing awesome lists of open source software.

https://github.com/spaze/phpstan-disallowed-calls-nette


https://github.com/spaze/phpstan-disallowed-calls-nette

Last synced: 5 months ago
JSON representation

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
```