I am using sublime text 2 plugin for PHP Fixer Fixer . It works fine, except for the fact that it considers the namespace invalid (this is actually invalid, and I'm fine with it). these errors stop the script from fixing the rest of the file. I get the following error:
How can I tell the script to ignore the namespace restriction. Both command line parameters and Sublime text 2 user settings can be changed.
source share