"uninstaller" in PHP file name triggers false file parse error

2020-05-20 Thread John Patrick Hayden
Hello everyone! Title says it. I'm working on a PHP project in Netbeans 11.3 that has 3 classes in their own files that act like autoloaders for activation/deactivation/deletion actions. /class-installer.php /class-upgrader.php /class-uninstaller.php All 3 function properly, but within Netbeans,

Error Parsing File for PHP File with "uninstaller" in the File Name

2020-05-19 Thread John Patrick Hayden
Hello everyone! Title says it. I'm working on a PHP project in Netbeans 11.3 that has 3 classes in their own files that act like autoloaders for activation/deactivation/deletion actions. /class-installer.php /class-upgrader.php /class-uninstaller.php All 3 function properly, but within Netbeans,