We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ec05f commit 4cd885fCopy full SHA for 4cd885f
1 file changed
extension.neon
@@ -1,12 +1,19 @@
1
+parametersSchema:
2
+ phpstanMigrationRules: structure([
3
+ phinx: structure([
4
+ requiredCollation: string()
5
+ ])
6
7
+
8
parameters:
- phpstanMigrationRules:
- phinx:
- requiredCollation: utf8
9
+ phpstanMigrationRules:
10
+ phinx:
11
+ requiredCollation: utf8
12
13
services:
- -
- class: PhpStanMigrationRules\Rules\Phinx\EnforceCollationRule
- arguments:
- requiredCollation: %phpstanMigrationRules.phinx.requiredCollation%
- tags:
- - phpstan.rules.rule
14
+ -
15
+ class: PhpStanMigrationRules\Rules\Phinx\EnforceCollationRule
16
+ arguments:
17
+ requiredCollation: %phpstanMigrationRules.phinx.requiredCollation%
18
+ tags:
19
+ - phpstan.rules.rule
0 commit comments