cakephp2-php8/lib/Cake/Console/Command/Task
Markus Podar 459ee900fe
php-7.4-compact: replace deprecated curly brace offset access
Per https://wiki.php.net/rfc/deprecate_curly_braces_array_access and https://www.php.net/manual/en/migration74.deprecated.php
>  The array and string offset access syntax using curly braces is deprecated. Use $var[$idx] instead of $var{$idx}.
2020-03-20 21:10:58 +01:00
..
BakeTask.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
CommandTask.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ControllerTask.php Fixed: use $var === null instead of is_null($var) 2018-01-19 13:39:35 +09:00
DbConfigTask.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
ExtractTask.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
FixtureTask.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
ModelTask.php php-7.4-compact: replace deprecated curly brace offset access 2020-03-20 21:10:58 +01:00
PluginTask.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
ProjectTask.php Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
TemplateTask.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
TestTask.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
ViewTask.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00