File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 2121 ],
2222 "require" : {
2323 "php" : " ^8.0" ,
24- "laravel-doctrine/orm" : " ^1.6"
24+ "laravel-doctrine/orm" : " ^1.6" ,
25+ "doctrine/coding-standard" : " ^9.0"
2526 },
2627 "require-dev" : {
2728 "phpunit/phpunit" : " ^9.5" ,
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset >
3+ <arg name =" basepath" value =" ." />
4+ <arg name =" extensions" value =" php" />
5+ <arg name =" parallel" value =" 80" />
6+ <arg name =" cache" value =" .phpcs-cache" />
7+ <arg name =" colors" />
8+
9+ <!-- Ignore warnings, show progress of the run and show sniff names -->
10+ <arg value =" nps" />
11+
12+ <!-- Directories to be checked -->
13+ <file >src</file >
14+
15+ <exclude-pattern >src/Entity/*</exclude-pattern >
16+
17+ <!-- Include full Doctrine Coding Standard -->
18+ <rule ref =" Doctrine" />
19+ </ruleset >
You can’t perform that action at this time.
0 commit comments