I am curious if there is still any reason still to go with the PEAR coding standard?
This standard seems not maintained anymore and so there is no standard for new PHP syntax.
Are you still using it because of the mass of code or just prefer the PEAR one over the de facto PSR standards?
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/pull/10744 (Update help.php), https://github.com/nextcloud/server/issues/6784 (Php error?), https://github.com/nextcloud/server/issues/12225 (Cleanup Server.php), https://github.com/nextcloud/server/issues/8740 (PHP errors (libpng)), and https://github.com/nextcloud/server/issues/829 (copyright in version.php).
Are you still using it because of the mass of code or just prefer the PEAR one over the de facto PSR standards?
I guess we just sticked to what is in place right now, because changing the whole style of everything makes "git research via git blame" just unnecessarily harder.
@rullzer @blizzz @nickvergessen @icewind1991 Opinions?
I agree with @MorrisJobke. I don't see the need to change it.
Closing as we won't change the coding style in the foreseeable future.
Most helpful comment
I guess we just sticked to what is in place right now, because changing the whole style of everything makes "git research via git blame" just unnecessarily harder.
@rullzer @blizzz @nickvergessen @icewind1991 Opinions?