mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing typo in UpgradeShell
This commit is contained in:
parent
f671be60d1
commit
9ea1a049fe
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class UpgradeShell extends Shell {
|
|||
}
|
||||
$patterns = array(
|
||||
array(
|
||||
'*Component extents Object to *Component extends Component',
|
||||
'*Component extends Object to *Component extends Component',
|
||||
'/([a-zA-Z]*Component extends) Object/',
|
||||
'\1 Component'
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue