Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 13, 2024
1 parent 624482f commit bd2dcea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/params.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

use Yiisoft\Di\Command\DebugContainerCommand;

return [
Expand Down
1 change: 0 additions & 1 deletion src/Command/DebugContainerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,3 @@ protected function export(mixed $value): string
return VarDumper::create($value)->asString();
}
}

3 changes: 2 additions & 1 deletion tests/Unit/Command/DebugContainerCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Yiisoft\Di\Tests\Unit\Command;

use PHPUnit\Framework\TestCase;
Expand Down Expand Up @@ -46,4 +48,3 @@ private function createContainer(): ContainerInterface
return new Container($config);
}
}

0 comments on commit bd2dcea

Please sign in to comment.