Skip to content

Commit

Permalink
Remove unused import and clean up code
Browse files Browse the repository at this point in the history
The unused import 'CompileNull
  • Loading branch information
koriym committed May 23, 2024
1 parent 2e0d317 commit db7ca82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/CompileNullObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
*/
final class CompileNullObject
{
/**
* @retrun void
*/
public function __invoke(Container $container, string $scriptDir): void
{
$container->map(static function (DependencyInterface $dependency) use ($scriptDir) {
Expand Down
1 change: 0 additions & 1 deletion src/di/ContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Ray\Di;

use Ray\Aop\Compiler;
use Ray\Compiler\CompileNullObject;

use function array_shift;

Expand Down

0 comments on commit db7ca82

Please sign in to comment.