mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix coding style.
This commit is contained in:
parent
6002d6913d
commit
1ebb2ed0a0
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ class View extends Object {
|
||||||
//@codingStandardsIgnoreStart
|
//@codingStandardsIgnoreStart
|
||||||
@unlink($filename);
|
@unlink($filename);
|
||||||
//@codingStandardsIgnoreEnd
|
//@codingStandardsIgnoreEnd
|
||||||
unset ($out);
|
unset($out);
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
if ($this->layout === 'xml') {
|
if ($this->layout === 'xml') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue