mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 01:22:37 +00:00
changing join() to implode() for consistency
This commit is contained in:
parent
ccd33782da
commit
a38a616cba
12 changed files with 26 additions and 26 deletions
|
@ -180,7 +180,7 @@ class IniReader implements ConfigReaderInterface {
|
|||
}
|
||||
}
|
||||
}
|
||||
$contents = join("\n", $result);
|
||||
$contents = implode("\n", $result);
|
||||
|
||||
if (substr($filename, -4) !== '.ini') {
|
||||
$filename .= '.ini';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue