File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpstan" version =" 2.1.17 " installed =" 2.1.17 " location =" ./tools/phpstan" copy =" false" />
3+ <phar name =" phpstan" version =" 2.1.31 " installed =" 2.1.31 " location =" ./tools/phpstan" copy =" false" />
44</phive >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" CakePHP Queue" >
3- <config name =" installed_paths" value =" ../../cakephp/cakephp-codesniffer" />
43 <rule ref =" CakePHP" />
54
5+ <file >src/</file >
6+ <file >tests/</file >
7+
68 <exclude-pattern >tests/comparisons/*</exclude-pattern >
79</ruleset >
Original file line number Diff line number Diff line change 5555// phpcs:enable
5656
5757Cache::setConfig ([
58- '_cake_core_ ' => [
58+ '_cake_translations_ ' => [
5959 'engine ' => 'File ' ,
60- 'prefix ' => 'cake_core_ ' ,
60+ 'prefix ' => '_cake_translations_ ' ,
6161 'serialize ' => true ,
6262 ],
6363 '_cake_model_ ' => [
You can’t perform that action at this time.
0 commit comments