mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
Unused variables in Utility removed
This commit is contained in:
parent
3c9cb3b97d
commit
f9db4270c6
5 changed files with 2 additions and 6 deletions
|
@ -93,7 +93,7 @@ class ClassRegistry {
|
|||
*/
|
||||
public static function &init($class, $type = null) {
|
||||
$_this = ClassRegistry::getInstance();
|
||||
$id = $false = false;
|
||||
$false = false;
|
||||
$true = true;
|
||||
|
||||
if (!$type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue