We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83face2 commit 0103ba3Copy full SHA for 0103ba3
1 file changed
src/RobotLoader/RobotLoader.php
@@ -88,7 +88,6 @@ public function register(bool $prepend = false): self
88
public function tryLoad(string $type): void
89
{
90
$this->loadCache();
91
- $type = ltrim($type, '\\'); // PHP namespace bug #49143
92
$info = $this->classes[$type] ?? null;
93
94
if ($this->autoRebuild) {
0 commit comments