File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed
Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44vendor /
55/.idea /
66/.phpunit.cache
7+ /.phpunit.result.cache
8+ .phpcs.cache
79tests /test_app /App /Model /Table /CommentsTable.php
810tests /test_app /App /Controller /ProductVersionsController.php
911tests /test_app /App /Controller /ProductsController.php
1012tests /test_app /Plugin /TestBake /
1113tests /test_app /tests /
1214clover.xml
13- /.phpunit.result.cache
Original file line number Diff line number Diff line change 6565 " @test" ,
6666 " @cs-check"
6767 ],
68- "cs-check" : " phpcs --parallel=16 -p src/ tests/ " ,
69- "cs-fix" : " phpcbf --parallel=16 -p src/ tests/ " ,
68+ "cs-check" : " phpcs" ,
69+ "cs-fix" : " phpcbf" ,
7070 "phpstan" : " tools/phpstan analyse" ,
7171 "stan" : " @phpstan" ,
7272 "stan-baseline" : " tools/phpstan --generate-baseline" ,
Original file line number Diff line number Diff line change 66 <file >tests/</file >
77
88 <rule ref =" CakePHP" />
9+ <arg value =" nps" />
10+ <arg name =" colors" />
11+ <arg name =" parallel" value =" 4" />
12+ <arg name =" cache" value =" .phpcs.cache" />
913
1014 <exclude-pattern >*/comparisons/*</exclude-pattern >
1115 <exclude-pattern >tests/test_app/*</exclude-pattern >
Original file line number Diff line number Diff line change 2121
2222/**
2323 * Bake helper
24+ *
25+ * @extends \Cake\View\Helper<\Cake\View\View>
2426 */
2527class BakeHelper extends Helper
2628{
Original file line number Diff line number Diff line change 1313
1414/**
1515 * DocBlock helper
16+ *
17+ * @extends \Cake\View\Helper<\Cake\View\View>
1618 */
1719class DocBlockHelper extends Helper
1820{
You can’t perform that action at this time.
0 commit comments