I am suddenly getting errors that were not there before
Code: Select all
Either use statement or full name must be used.
(..phpbb_Sniffs_Namespaces_UnusedUse.FullName)
Code: Select all
Either use statement or full name must be used.
(..phpbb_Sniffs_Namespaces_UnusedUse.FullName)
Code: Select all
/** @var \phpbb\config\config */
Code: Select all
/** @var config */
Same here
You should create an extension to life
Use of a behemoth IDE like PHPStorm should prevent these issues in the first place
Code: Select all
use \phpbb\user\user
Code: Select all
/** @var user $user */
__construct(user $user)
Only if you happen to have deep pockets
It's $0.55 a day. Pocket change!
PhpStorm
is free for Open Source projects. Perhaps this part got lost in translation
Licenses are provided only to project leads and core project committers.
What I choose to do is only my concern - there are comments I could make about your extensions but I don't as it is none of my business.
No, as I said on Discord we got the free licence for the first year, then we evolved into selling software on demand and so our free licence was removed, from then on we are paying and after several years now the annual licence costs about 15 €uro cents a day, I don't think you are so poor that you can't afford it.
Sure it is.
Feel free to object and propose solutions, our code is accessible on GitHub.