You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This class only exists here for IDE (PHPStorm/Netbeans/...) autocompletion.
5
+
* This file is never included anywhere.
6
+
* Adjust this file to match classes configured in your application config, to enable IDE autocompletion for custom components.
7
+
* Example: A property phpdoc can be added in `__Application` class as `@property \vendor\package\Rollbar|__Rollbar $rollbar` and adding a class in this file
8
+
* ```php
9
+
* // @property of \vendor\package\Rollbar goes here
0 commit comments