What's new
🐛 Drop 3rd-person verb s in method-name duplicate description
-/**
- * Contacts a user.
*
* @return object
*/
public function contactUser()🐛 Fix scoper.php for FinalInternalClassFixer (#24)
Prefixed build no longer mangles the exclude entity names:
-'exclude' => ['final', 'Entity', 'ECSPrefix202607\ORM\Entity', ...]
+'exclude' => ['final', 'Entity', 'ORM\Entity', ...]✅ Regression fixture: readonly promoted properties
Locks StandaloneLinePromotedPropertyFixer splitting private readonly promoted props.