Skip to content

Commit 0103ba3

Browse files
committed
removed workraround for fixed bug
1 parent 83face2 commit 0103ba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RobotLoader/RobotLoader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public function register(bool $prepend = false): self
8888
public function tryLoad(string $type): void
8989
{
9090
$this->loadCache();
91-
$type = ltrim($type, '\\'); // PHP namespace bug #49143
9291
$info = $this->classes[$type] ?? null;
9392

9493
if ($this->autoRebuild) {

0 commit comments

Comments
 (0)