mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fix comment for ife() Upgrade. Thanks SkieDr.
This commit is contained in:
parent
d8468c1a38
commit
9d1e3cbb05
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class UpgradeShell extends Shell {
|
|||
*
|
||||
* - a(*) -> array(*)
|
||||
* - e(*) -> echo *
|
||||
* - ife(*, *, *) -> empty(*) ? * : *
|
||||
* - ife(*, *, *) -> !empty(*) ? * : *
|
||||
* - a(*) -> array(*)
|
||||
* - r(*, *, *) -> str_replace(*, *, *)
|
||||
* - up(*) -> strtoupper(*)
|
||||
|
|
Loading…
Add table
Reference in a new issue