-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextension.neon
More file actions
18 lines (18 loc) · 594 Bytes
/
extension.neon
File metadata and controls
18 lines (18 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parametersSchema:
graphQLClientCodeGenerator: structure([
configs: listOf(string())
])
expandRelativePaths:
- '[parameters][graphQLClientCodeGenerator][configs][]'
parameters:
graphQLClientCodeGenerator:
configs: []
services:
-
class: Ruudk\GraphQLCodeGenerator\PHPStan\RestrictedUsageExtension
arguments:
configs: %graphQLClientCodeGenerator.configs%
tags:
- phpstan.restrictedClassNameUsageExtension
- phpstan.restrictedMethodUsageExtension
- phpstan.restrictedPropertyUsageExtension