Open BigfootN opened 7 years ago
Hello,
Unfortunately I noticed that self and $this were automatically not completed (inside a class method, of course). Here is my composer.json:
self
$this
composer.json
{ "name": "project_name", "type": "project", "require": {}, "autoload": { "psr-4": { "Database\\": "" } } }
The dump-autoload command runs fine, the autoload.php is correctly generated. I really don't see any noticeable problem.
dump-autoload
autoload.php
Thank you very much in advance for any help
Hello,
Unfortunately I noticed that
self
and$this
were automatically not completed (inside a class method, of course). Here is mycomposer.json
:The
dump-autoload
command runs fine, theautoload.php
is correctly generated. I really don't see any noticeable problem.Thank you very much in advance for any help