mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +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
|
@ -33,7 +33,6 @@ class String {
|
|||
*/
|
||||
public static function uuid() {
|
||||
$node = env('SERVER_ADDR');
|
||||
$pid = null;
|
||||
|
||||
if (strpos($node, ':') !== false) {
|
||||
if (substr_count($node, '::')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue