Skip to content

Commit 6ed07ca

Browse files
authored
Merge pull request #1 from solutionDrive/fixed-path-for-psr2.neon
Fixed vendor path
2 parents 6a7db0f + c8632fa commit 6ed07ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easy-coding-standard.neon

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
includes:
2-
- /composer/vendor/symplify/easy-coding-standard/config/php_codesniffer/psr2.neon
3-
- /composer/vendor/symplify/easy-coding-standard/config/php_cs_fixer/psr2.neon
4-
- /composer/vendor/symplify/easy-coding-standard/config/clean-code.neon
2+
- ../../../vendor/symplify/easy-coding-standard/config/php_codesniffer/psr2.neon
3+
- ../../../vendor/symplify/easy-coding-standard/config/php_cs_fixer/psr2.neon
4+
- ../../../vendor/symplify/easy-coding-standard/config/clean-code.neon
55

66
checkers:
77
PhpCsFixer\Fixer\Operator\ConcatSpaceFixer:

0 commit comments

Comments
 (0)