mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
reset files on each itteration
This commit is contained in:
parent
4c66db253a
commit
7532ab0586
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ class UpgradeShell extends Shell {
|
|||
$paths = $this->_paths;
|
||||
$this->_paths = array($path);
|
||||
|
||||
$this->_files = array();
|
||||
$this->_findFiles('php');
|
||||
foreach ($this->_files as $file) {
|
||||
$contents = file_get_contents($file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue