Skip to content

Commit

Permalink
Minor CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimondasSapola committed Oct 1, 2019
1 parent 768b778 commit 9e942f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -102,6 +102,7 @@ protected function getUniqueFileName(): string

/**
* @param Attachment $attachment
*
* @throws AttachmentConstraintException
* @throws PrestaShopException
*/
Expand Down
Expand Up @@ -35,7 +35,6 @@
use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentException;
use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentNotFoundException;
use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\CannotUpdateAttachmentException;
use PrestaShop\PrestaShop\Core\Exception\FileNotFoundException;
use PrestaShopException;
use Symfony\Component\Validator\Validator\ValidatorInterface;

Expand Down

0 comments on commit 9e942f3

Please sign in to comment.