Skip to content

Commit 5d337f1

Browse files
committed
removed compatibility for old class names
1 parent b9844a6 commit 5d337f1

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

src/DI/Config/Adapter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ interface Adapter
2020
*/
2121
function load(string $file): array;
2222
}
23-
24-
25-
class_exists(IAdapter::class);

src/DI/Definitions/ServiceDefinition.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,3 @@ public function __clone()
224224
$this->setup = unserialize(serialize($this->setup));
225225
}
226226
}
227-
228-
229-
class_exists(Nette\DI\ServiceDefinition::class);

src/DI/Definitions/Statement.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,3 @@ public function getEntity(): string|array|Definition|Reference|null
6161
return $this->entity;
6262
}
6363
}
64-
65-
66-
class_exists(Nette\DI\Statement::class);

src/compatibility.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)