openSUSE / wiki

openSUSE Wiki
http://en.opensuse.org
25 stars 17 forks source link

Change PHP keywords to comply with PSR2 #39

Closed mullikine closed 5 years ago

mullikine commented 5 years ago

Hi, I've changed a PHP keyword to comply with this standard in PSR2. It's admittedly a small fix but I hope it helps!

guoyunhe commented 5 years ago

Thanks for contribution. I think it is good. It may take some time before @cboltz reviews it.

cboltz commented 5 years ago

Well, reviewing such a simple change doesn't take long, so I'll do it instantly ;-)

Thanks for checking the code and doing this adjustment!

The funny thing is that https://www.php.net/manual/en/language.types.null.php uses NULL in uppercase everywhere. Can you please reach out to the PHP documentation team and ask them to make the documentation PSR2 compliant? ;-)