Jan Dvořák
Jan Dvořák
- bug report? no - feature request? yes First and main motivation is simplier way to get used version. And i believe it's common way to get version.
Hi, just suggestion. Shouldn't be key "REDIRECT_HTTP_AUTHORIZATION" and/or "HTTP_AUTHORIZATION" between default keys to hide? They may be used for header authorization like "Authorization: Basic base_64(login:password)"
- PhpStorm 2021.2.3 - Plugin 1.1.4-RC1 ``` class WeekSchedule { public function getMorning(): string { return 'somevalue'; } } ``` ``` {varType WeekSchedule $weekSchedule} {var $labels = ['somevalue' => 'other']}...
Is possible to make something with that? When i work in Windows i've something like "require_once __DIR__ . '/..\..\..\..\bootstrap.php';" in code. Is possible to force change slashes to forward one...
What about add variables for template which contains path to tested class and full class name? When you make unit tests right, you should need only class which you test...