Skip to content
This repository has been archived by the owner on Jan 29, 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/PHPUnit/Db/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
namespace Zend\Test\PHPUnit\Db\Exception;

class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\Test\PHPUnit\Db\Exception
extends \InvalidArgumentException
implements \Zend\Test\PHPUnit\Db\Exception
{}
4 changes: 2 additions & 2 deletions src/PHPUnit/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
namespace Zend\Test\PHPUnit\Exception;

class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\Test\PHPUnit\Exception
extends \InvalidArgumentException
implements \Zend\Test\PHPUnit\Exception
{}

0 comments on commit 8dd3ce8

Please sign in to comment.