mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Fixing output caused when class was loaded in console
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5083 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e2fadb5680
commit
a27b0f2fa6
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
/**
|
/**
|
||||||
* Only used when -debug option
|
* Only used when -debug option
|
||||||
*/
|
*/
|
||||||
|
return null;
|
||||||
$singularReturn = __('Singular string return __()', true);
|
$singularReturn = __('Singular string return __()', true);
|
||||||
$singularEcho = __('Singular string echo __()');
|
$singularEcho = __('Singular string echo __()');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue