Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/code-cleanup' of https://github.com/Maks3w/zf2 i…
Browse files Browse the repository at this point in the history
…nto hotfix/uses-annotations
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cloud/Decorator/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class InvalidArgumentException
extends \InvalidArgumentException
implements ExceptionInterface
{}
{}
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\Tag\Exception\ExceptionInterface
{}
{}
2 changes: 1 addition & 1 deletion src/Exception/OutOfBoundsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class OutOfBoundsException
extends \OutOfBoundsException
implements \Zend\Tag\Exception\ExceptionInterface
{}
{}

0 comments on commit 1ea7f1a

Please sign in to comment.