File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,18 @@ public static function dataAcceptOnlyGitStaged()
112112
113113 'single file marked as git modified - file in root dir ' => [
114114 'inputPaths ' => $ fakeFileList ,
115- 'outputGitStaged ' => ['autoload.php ' ],
115+ 'outputGitStaged ' => [
116+ 'autoload.php ' ,
117+ ],
116118 'expectedOutput ' => [
117119 $ basedir .'/autoload.php ' ,
118120 ],
119121 ],
120122 'single file marked as git modified - file in sub dir ' => [
121123 'inputPaths ' => $ fakeFileList ,
122- 'outputGitStaged ' => ['src/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php ' ],
124+ 'outputGitStaged ' => [
125+ 'src/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php ' ,
126+ ],
123127 'expectedOutput ' => [
124128 $ basedir .'/src ' ,
125129 $ basedir .'/src/Standards ' ,
You can’t perform that action at this time.
0 commit comments