Uppercase Booleans in Netbeans 8.2

137 Views Asked by At

When I using netbeans 8.2 for PHP code, it always give

NULL FALSE TRUE

in uppercase. But PSR-2 tells us

The PHP constants true, false, and null MUST be in lower case.

How I can change it, and netbeabs give it in lowercase

1

There are 1 best solutions below

0
On

Maybe, it's help somebody, who using netbeans, and want have PHP constant

NULL FALSE TRUE

in lowercase for autocomplete.

Click Ctrl + i, in Find window type NULL and open file

netbeans-8.2/php/phpstubs/phpruntime/Core.php

and here I change value for lowercase.