Skip to content

Commit 47f7825

Browse files
committed
Fix problem with parametersSchema
1 parent f3900b9 commit 47f7825

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension.neon

+4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ parametersSchema:
1212
magento: structure([
1313
checkCollectionViaFactory: bool()
1414
checkServiceContracts: bool()
15+
checkResourceModelsUsedDirectly: bool()
1516
magentoRoot: string()
1617
])
18+
extdn: structure([
19+
setTemplateDisallowedForBlockClasses: bool()
20+
])
1721

1822
conditionalTags:
1923
bitExpert\PHPStan\Magento\Rules\AbstractModelRetrieveCollectionViaFactoryRule:

0 commit comments

Comments
 (0)