We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2cdff commit cb635b3Copy full SHA for cb635b3
src/RobotLoader/RobotLoader.php
@@ -85,7 +85,6 @@ public function register(bool $prepend = false): self
85
*/
86
public function tryLoad(string $type): void
87
{
88
- $type = ltrim($type, '\\'); // PHP namespace bug #49143
89
$info = $this->classes[$type] ?? null;
90
91
if ($this->autoRebuild) {
0 commit comments