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

Commit

Permalink
Merge branch 'master' of https://github.com/prolic/zf2 into hotfix/do…
Browse files Browse the repository at this point in the history
…cblocks-singletons
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\Log\Exception
extends \InvalidArgumentException
implements \Zend\Log\Exception
{}
4 changes: 2 additions & 2 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class RuntimeException
extends \RuntimeException
implements \Zend\Log\Exception
extends \RuntimeException
implements \Zend\Log\Exception
{}

0 comments on commit c158130

Please sign in to comment.