update CakePHP 3.7 set [closes #830]

This commit is contained in:
Tomas Votruba 2018-12-13 01:11:14 +01:00
parent 6f550c9826
commit a43986832f

View File

@ -8,8 +8,23 @@ services:
cc: 'creditCard'
Cake\Filesystem\Folder:
normalizePath: 'correctSlashFor'
Cake\Http\Client\Response:
body: 'getStringBody'
Cake\Core\Plugin:
unload: 'clear'
Rector\Rector\Property\PropertyToMethodRector:
Cake\Http\Client\Response:
body:
get: 'getStringBody'
json:
get: 'getJson'
xml:
get: 'getXml'
cookies:
get: 'getCookies'
code:
get: 'getStatusCode'
Cake\View\View:
request:
get: 'getRequest'