1
0
Fork 0

No alias functions (#10864)

Primary functions shall be used instead of aliases.
pull/10893/head
Mathias Reker ⚡️ 2022-06-21 21:16:04 +02:00 committed by GitHub
parent e8530699c3
commit 805b7f12f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ EOT
explode('/', $packageName)
);
return join('\\', $namespace);
return implode('\\', $namespace);
}
/**