stickee/rector-config

Installs: 12 579

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

pkg:composer/stickee/rector-config

v4.0.1 2025-02-04 14:57 UTC

README

Provides a Rector config for stickee projects.

Installation

composer require --dev stickee/rector-config
cp vendor/stickee/rector-config/dist/rector.php rector.php

You must commit the rector.php config file.

Usage

vendor/bin/rector process           # refactors code
vendor/bin/rector process --dry-run # shows you what it would do