We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c1d04 commit 474fb77Copy full SHA for 474fb77
README.md
@@ -2,3 +2,24 @@
2
3
* [PHPStan](https://github.com/phpstan/phpstan)
4
* [Nette Framework](https://nette.org/)
5
+
6
+This extension provides following features:
7
8
+* Dynamic methods of [Nette\Utils\Html](https://doc.nette.org/en/2.4/html-elements)
9
+* Magic [Nette\Object and Nette\SmartObject](https://doc.nette.org/en/2.4/php-language-enhancements) properties
10
+* Event listeners through the `on*` properties
11
12
+## Usage
13
14
+To use this extension, require it in [Composer](https://getcomposer.org/):
15
16
+```
17
+composer require phpstan/phpstan-nette
18
19
20
+And include extension.neon in your project's PHPStan config:
21
22
23
+includes:
24
+ - vendor/phpstan/phpstan-nette/extension.neon
25
0 commit comments