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
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
Copyright © 2021 Jogjafile Inc.
Maybe, it's help somebody, who using netbeans, and want have PHP constant
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.