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

Commit

Permalink
Merge remote-tracking branch 'prolic/validator'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 19 deletions.
5 changes: 2 additions & 3 deletions src/Exception/BadMethodCallException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

class BadMethodCallException
extends \BadMethodCallException
implements \Zend\Validator\Exception\ExceptionInterface
{
}
implements ExceptionInterface
{}
2 changes: 1 addition & 1 deletion src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
interface ExceptionInterface
{}
{}
7 changes: 2 additions & 5 deletions src/Exception/ExtensionNotLoadedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
namespace Zend\Validator\Exception;

class ExtensionNotLoadedException
extends \RuntimeException
implements \Zend\Validator\Exception\ExceptionInterface
{

}
extends RuntimeException
{}
5 changes: 2 additions & 3 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\Validator\Exception\ExceptionInterface
{
}
implements ExceptionInterface
{}
6 changes: 2 additions & 4 deletions src/Exception/InvalidMagicMimeFileException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
namespace Zend\Validator\Exception;

class InvalidMagicMimeFileException
extends \InvalidArgumentException
implements \Zend\Validator\Exception\ExceptionInterface
{
}
extends InvalidArgumentException
{}
5 changes: 2 additions & 3 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

class RuntimeException
extends \RuntimeException
implements \Zend\Validator\Exception\ExceptionInterface
{
}
implements ExceptionInterface
{}

0 comments on commit 850c6fa

Please sign in to comment.