File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ create a `.php_cs` file in your project root and configure the paths for the Fin
20
20
<?php
21
21
22
22
require __DIR__.'/vendor/autoload.php';
23
- $modixSet = new \Modix\RuleSet\Sets\ModixSet();
23
+ $modixSet = new \Modix\PhpCsRulesets\ RuleSet\Sets\ModixSet();
24
24
25
25
$finder = PhpCsFixer\Finder::create()
26
26
->in(__DIR__.'/src')
Original file line number Diff line number Diff line change @@ -99,13 +99,16 @@ public function getRules()
99
99
'ordered_imports ' => true ,
100
100
'php_unit_fqcn_annotation ' => true ,
101
101
'php_unit_method_casing ' => true ,
102
- 'phpdoc_align ' => 'left ' ,
102
+ 'phpdoc_align ' => [
103
+ 'align ' => 'left ' ,
104
+ ],
103
105
'phpdoc_annotation_without_dot ' => true ,
104
106
'phpdoc_indent ' => true ,
105
107
'phpdoc_inline_tag_normalizer ' => true ,
106
108
'phpdoc_no_access ' => true ,
107
109
'phpdoc_no_alias_tag ' => true ,
108
110
'phpdoc_no_useless_inheritdoc ' => true ,
111
+ 'phpdoc_no_package ' => true ,
109
112
'phpdoc_return_self_reference ' => true ,
110
113
'phpdoc_scalar ' => true ,
111
114
'phpdoc_separation ' => true ,
You can’t perform that action at this time.
0 commit comments