DebugStatementsFixers icon indicating copy to clipboard operation
DebugStatementsFixers copied to clipboard

Fixers set for PHP-CS-Fixer. Removes debug statements, which shouldn't be in production ever.

Results 7 DebugStatementsFixers issues
Sort by recently updated
recently updated
newest added

This PR allows to use this fixer with PHP-CS-Fixer 3.0. I was forced to import two files from the PHP-CS-Fixer test suite because they're no longer distributed with the package,...

For now, this library supports ^2.0 versions only of php-cs-fixer. It would be nice to add support of ^3.0 branch. Thanks!

Fix of function call like this ```\dump('');``` results in ```\```

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to permit the latest version. Release notes Sourced from friendsofphp/php-cs-fixer's releases. v3.0.0 Constitution The easiest way to update from v2.x is: install v2.19 and run...

dependencies

Hi ! it works well for dump and var_dump, but I put a dd in my code to test and I haven't error + do you think you could do...

I don't understand any situation it should ever be used. And it means we can't add our own debug methods because it's final and private and you have no way...