Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Apr 28, 2020
1 parent 98a8e3f commit 8f06864
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Annotation/DTO.php
Expand Up @@ -12,10 +12,10 @@

namespace StfalconStudio\ApiBundle\Annotation;

use Doctrine\Common\Annotations\Annotation;
use StfalconStudio\ApiBundle\DTO\DtoInterface;
use StfalconStudio\ApiBundle\Exception\InvalidArgumentException;
use StfalconStudio\ApiBundle\Exception\LogicException;
use Doctrine\Common\Annotations\Annotation;

/**
* Data Transfer Object Annotation.
Expand Down
2 changes: 1 addition & 1 deletion Annotation/JsonSchema.php
Expand Up @@ -12,8 +12,8 @@

namespace StfalconStudio\ApiBundle\Annotation;

use StfalconStudio\ApiBundle\Exception\LogicException;
use Doctrine\Common\Annotations\Annotation;
use StfalconStudio\ApiBundle\Exception\LogicException;

/**
* JsonSchema Annotation.
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -21,7 +21,7 @@
class Configuration implements ConfigurationInterface
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getConfigTreeBuilder(): TreeBuilder
{
Expand Down
1 change: 0 additions & 1 deletion Request/DtoExtractor.php
Expand Up @@ -79,4 +79,3 @@ public function getDtoFromRequestForDtoClass(Request $request, string $dtoClassN
return $object;
}
}

0 comments on commit 8f06864

Please sign in to comment.