Tymoteusz Motylewski
Tymoteusz Motylewski
it's not only that. In the file https://github.com/standup-raven/standup-raven/blob/master/plugin.json the version is also wrong. because of this, wrong plugin version is shown in the Mattermost panel. ``` { "id": "standup-raven", "version":...
Are you saying that openmage core tries to load classes which doesn't exist? or that extensions/custom modules are doing so? instead of @ operator we could check if file exists...
Im in favor of making the code not hide errors. In general i would be also in favor of moving the autoloading out of the Mage class. The current mixture...
A possibility would also be to pack stuff like that into a separate module providing deprecated stuff back ? Not sure if its worth the effort
@Flyingmana I think that instead of trying to be non breaking at all cause, I would say we should do breaking changes but document them. I think we should say...
I like your Idea @colinmollenhour If we want we could handle deprecations; 1) add trigger deprecation error in these places. `trigger_error('Method is deprecated and will be removed in vXXX, use...
I think the biggest performance gain comes from avoiding to fetch the fields mapping from configuration on every object creation. If the config was hardcoded in the class we will...
Can we also have a php-cs-fixer configuration to enforce this styling rule at commit/pr level?
> Yes, but I don't know how to do it. here you go: github action: https://github.com/OskarStark/php-cs-fixer-ga the tool: https://github.com/FriendsOfPHP/PHP-CS-Fixer