Open mattagohni opened 5 years ago
The following exception to the phpstan-rules should be reolved in the code.
# Symfony null typehints - '/Cannot call method arrayNode\(\) on **Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null/'**
Affected Code:
------ ----------------------------------------------------------------------- Line Fixture/ProductBundleFixture.php ------ ----------------------------------------------------------------------- 25 Cannot call method arrayNode() on Symfony\Component\Config\Definition\Builder\NodeParentInterface|null. ------ ----------------------------------------------------------------------- ------ -------------------------------------------- Line Form/Type/ProductBundleSlotType.php ------ -------------------------------------------- 67 Cannot call method getData() on Symfony\Component\Form\FormInterface|null. 67 Cannot call method getParent() on Symfony\Component\Form\FormInterface|null. ------ --------------------------------------------
The following exception to the phpstan-rules should be reolved in the code.
Affected Code: