Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)
integration are done by plugins, i think for any tools that fixes CS ;) also, most of IDE allows you to run custom binaries
PHP CS Fixer could detect (dry-run), fix (regular run), and generate reports in json, junit (eg for Jenkins), xml and simple txt
we have tokenizer
component, but it's dedicated for PHP language, not sure would it be useful for typoscript, don't know what is that ;)
I need help with this line of code <a class="btn btn-primary" target="_blank" href="https://www.browniepoints.com.au/contact/" id="to_bp">Increase Your Staff Retention</a> I must replace the URL to a different webpage than here...but when I do, testing the button resolves in an error message "The requested URL /contact-us.html/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." PLEASE HELP TO FIGURE OUT WHY THIS HAPPENS
braces
) that is (unfortunately) responsible not only for adding missing braces, but for doing re-indentation inside braces, but not outside it. So here, the "class" statement was not in braces, so it was not de-indented.