Registry / utility / kubawerlos-php-cs-fixer-custom-fixers

kubawerlos-php-cs-fixer-custom-fixers

JSON →
library3.37.2phppackagistunverified

A set of custom fixers for PHP CS Fixer.

composer require kubawerlos/php-cs-fixer-custom-fixers
INSTALL
IMPORT
SIG · KUBAWERLOS-PHP-CS-
K
kubawerlos-php-cs-fixer-custom-fixers
utilityphpv3.37.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NoImportFixer
use PhpCsFixerCustomFixers\Fixer\NoImportFixer;

Example of using a custom fixer to remove imports.

use PhpCsFixerCustomFixers\Fixer\NoImportFixer; $fixer = new NoImportFixer(); $code = '<?php echo "Hello";'; $fixed = $fixer->fix(new SplFileInfo('test.php'), $code);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.37.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kubawerlos-php-cs-fixer-custom-fixers — pip install kubawerlos-php-cs-fixer-custom-fixers · libregistry