Skip to content

Commit 80f41f7

Browse files
committed
removed compatibility for old class names
1 parent 4c15a00 commit 80f41f7

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
@@ -215,6 +215,3 @@ public function __clone()
215215
$this->setup = unserialize(serialize($this->setup));
216216
}
217217
}
218-
219-
220-
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
@@ -63,6 +63,3 @@ public function getEntity(): string|array|Definition|Reference|null
6363
return $this->entity;
6464
}
6565
}
66-
67-
68-
class_exists(Nette\DI\Statement::class);

src/compatibility.php

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

0 commit comments

Comments
 (0)