php-coupling-detector icon indicating copy to clipboard operation
php-coupling-detector copied to clipboard

Weird behavior with only rule

Open jjanvier opened this issue 5 years ago • 0 comments

    $builder->only([
        'Smallable\Produit\ProduitBundle\Entity',
        'Smallable\Produit\AkeneoBundle',
        'Symfony',
        'Doctrine',
    ])->in('Smallable\Produit\AkeneoBundle\Migration'),

result in the error

Node Smallable\Produit\AkeneoBundle\Migration\ProductTermes\ProductTermsBuilder does not respect the rule Smallable\Produit\AkeneoBundle because of the tokens:
    * Smallable\Produit\ProduitBundle\Entity\Lang
    * Smallable\Produit\ProduitBundle\Entity\Product

jjanvier avatar Nov 02 '20 09:11 jjanvier