KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
911 stars 287 forks source link

Wrong rector config path in README.md #586

Closed grizzlylab closed 3 years ago

grizzlylab commented 3 years ago

Hi.

After rector v0.7.65 installation, I used vendor/bin/rector process src --config vendor/rector/rector/config/set/knplabs/doctrine-behaviors-20.yaml as described in the README.md.

It should be without "knplabs" : vendor/bin/rector process src --config vendor/rector/rector/config/set/doctrine-behaviors-20.yaml

Hope this helps.

TomasVotruba commented 3 years ago

Hi, could you send PR?

grizzlylab commented 3 years ago

https://github.com/KnpLabs/DoctrineBehaviors/pull/587