Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
reinfi committed Aug 4, 2024
1 parent a68a271 commit c934ce5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Injection/InjectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Psr\Container\ContainerInterface;

/**
* Interface InjectionInterface
*
* @package Reinfi\DependencyInjection\Injection
*/
interface InjectionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Service/Extractor/ExtractorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Reinfi\DependencyInjection\Injection\InjectionInterface;

/**
* Interface ExtractorInterface
*
* @package Reinfi\DependencyInjection\Service\Extractor
*/
interface ExtractorInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Traits/CacheKeyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Reinfi\DependencyInjection\Config\ModuleConfig;

/**
* Trait CacheKeyTrait
*
* @package Reinfi\DependencyInjection\Traits
*/
trait CacheKeyTrait
Expand Down

0 comments on commit c934ce5

Please sign in to comment.