Skip to content

Commit

Permalink
removed compatibility for old class names
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 28, 2024
1 parent 4a2efb2 commit c0ebdd6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions src/DI/Config/Adapter.php
Expand Up @@ -20,6 +20,3 @@ interface Adapter
*/
function load(string $file): array;
}


class_exists(IAdapter::class);
3 changes: 0 additions & 3 deletions src/DI/Definitions/ServiceDefinition.php
Expand Up @@ -215,6 +215,3 @@ public function __clone()
$this->setup = unserialize(serialize($this->setup));
}
}


class_exists(Nette\DI\ServiceDefinition::class);
3 changes: 0 additions & 3 deletions src/DI/Definitions/Statement.php
Expand Up @@ -63,6 +63,3 @@ public function getEntity(): string|array|Definition|Reference|null
return $this->entity;
}
}


class_exists(Nette\DI\Statement::class);
39 changes: 0 additions & 39 deletions src/compatibility.php

This file was deleted.

0 comments on commit c0ebdd6

Please sign in to comment.