Poppy\Extension\Phpstan\Rules
Namespaces
Classes
Catches inefficient instantiation of models using Model::make().
This rule checks for unnecessary heavy operations on the Collection class that could have instead been performed on the Builder class.