File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -793,11 +793,6 @@ public function process($values=array())
793
793
$ this ->values = $ values ;
794
794
}
795
795
796
- // Include bootstrap files.
797
- foreach ($ values ['bootstrap ' ] as $ bootstrap ) {
798
- include $ bootstrap ;
799
- }
800
-
801
796
if ($ values ['generator ' ] !== '' ) {
802
797
$ phpcs = new PHP_CodeSniffer ($ values ['verbosity ' ]);
803
798
if ($ values ['standard ' ] === null ) {
@@ -874,6 +869,11 @@ public function process($values=array())
874
869
$ this ->values ['reports ' ] = $ values ['reports ' ];
875
870
}
876
871
872
+ // Include bootstrap files.
873
+ foreach ($ values ['bootstrap ' ] as $ bootstrap ) {
874
+ include $ bootstrap ;
875
+ }
876
+
877
877
$ phpcs ->processFiles ($ values ['files ' ], $ values ['local ' ]);
878
878
879
879
if (empty ($ values ['files ' ]) === true ) {
You can’t perform that action at this time.
0 commit comments