laravel - How to fix require missing parameter error in PhpStorm -


i started project in phpstorm. it's laravel project , installed laravel plugin , ide-helper, still getting weird errors:

required parameter missing

and others expecting statement errors. know how fix them?

enter image description here

enter image description here

file | invalidate caches... , restart ide -- should such kind of errors (usually does).


if above not -- disable 3rd party (not bundled default) plugins , see if made difference. if did -- enable 1 one until find problematic one.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -