|
40 | 40 | 'Cake\Cache\Cache' => ['_enabled', '_groups'], |
41 | 41 | 'Cake\Cache\CacheEngine' => ['_groupPrefix'], |
42 | 42 | ], |
43 | | - 'Core' => [ |
44 | | - 'Cake\Core\StaticConfigTrait' => ['_config', '_dsnClassMap', '_registry'], |
45 | | - ], |
46 | 43 | 'Collection' => [ |
47 | 44 | 'Cake\Collection\Iterator\BufferedIterator' => [ |
48 | 45 | '_buffer', '_index', '_current', '_key', '_started', '_finished', |
|
61 | 58 | 'Cake\Collection\Iterator\UnfoldIterator' => ['_unfolder', '_innerIterator'], |
62 | 59 | 'Cake\Collection\Iterator\ZipIterator' => ['_callback', '_iterators'], |
63 | 60 | ], |
| 61 | + 'Command' => [ |
| 62 | + 'Cake\Command\Helper\ProgressHelper' => ['_progress', '_total', '_width'], |
| 63 | + 'Cake\Command\I18nExtractCommand' => [ |
| 64 | + '_paths', '_files', '_merge', '_file', '_storage', '_tokens', '_translations', |
| 65 | + '_output', '_exclude', '_extractCore', '_markerError', '_countMarkerError', |
| 66 | + ], |
| 67 | + 'Cake\Command\ServerCommand' => ['_host', '_port', '_documentRoot', '_iniPath'], |
| 68 | + ], |
| 69 | + 'Core' => [ |
| 70 | + 'Cake\Core\StaticConfigTrait' => ['_config', '_dsnClassMap', '_registry'], |
| 71 | + ], |
64 | 72 | 'Utility' => [ |
65 | 73 | 'Cake\Utility\Inflector' => [ |
66 | 74 | '_plural', '_singular', '_irregular', '_uninflected', '_cache', '_initialState', |
|
0 commit comments