Oleg Dmitrochenko
Oleg Dmitrochenko
Please, add import cookies for existent requests.
@bmewburn Can you add to `@see` or `@link` jump to a project file? ```php /** * @see database/migrations/2021_05_28_085014_delete_calculator_contract_table.php * @link database/migrations/2021_05_28_085014_delete_calculator_contract_table.php */ ``` They are in the project catalog. Thank...
One more case. The `BClass` case in an array doesn't work, but `AClass` without an array works. ```php /** * @see AClass */ private function method() { return [ 'value'...
Missing snippet for Switch. It takes a long time to type the text: @switch($i) @case(1) First case... @break @case(2) Second case... @break @default Default case... @endswitch
> What about Twig files ? > I just try this, but there are no effect on twig files. > Thank you ! ;) > ` "contributes": { "snippets": [...
@bmewburn Is it possible for `__clone` (`clone $variable`), `__toString` (`(string) $variable`, `strval($variable)`, etc), ` __destruct` (unset($variable)), and other magic methods?
@bmewburn Yes, you right. OK, thanks. Is it possible to find references of a class by its string name? It is found: ```php use App\MyClass; return $this->someMethod(MyClass::class); ``` It isn't...
Hello. Unfortunately I couldn't check the branch. Now I've checked v4.1.19 and there is the same issue. openapi file has over 17700 lines and I cannot open the documentation in...
I've tried 4.2.0-alpha.1. It reduces the number of lines to ~8700, but I still have the same problems: - the documentation cannot be open in the browser - kind of...