Skip to content

Commit

Permalink
FIX: PSR-12
Browse files Browse the repository at this point in the history
  • Loading branch information
gravataLonga committed May 18, 2020
1 parent 406b2cc commit 4f4dd3d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/AliasMethodTest.php
Expand Up @@ -13,7 +13,7 @@

/**
* @internal
* @covers Container
* @covers \Container
*/
final class AliasMethodTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ContainerArrayAccessTest.php
Expand Up @@ -10,7 +10,7 @@

/**
* @internal
* @covers Container
* @covers \Container
*/
final class ContainerArrayAccessTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Expand Up @@ -16,7 +16,7 @@

/**
* @internal
* @covers Container
* @covers \Container
*/
final class ContainerTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ExtendedMethodTest.php
Expand Up @@ -17,7 +17,7 @@

/**
* @internal
* @covers Container
* @covers \Container
*/
final class ExtendedMethodTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/MakeMethodTest.php
Expand Up @@ -14,7 +14,7 @@

/**
* @internal
* @covers Container
* @covers \Container
*/
final class MakeMethodTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ResolveConstructionTest.php
Expand Up @@ -20,8 +20,8 @@

/**
* @internal
* @covers \Container
* @covers \Gravatalonga\Container\AutoWiringAware
* @covers Container
*/
final class ResolveConstructionTest extends TestCase
{
Expand Down

0 comments on commit 4f4dd3d

Please sign in to comment.