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

Commit

Permalink
Merge branch 'hotfix/4421' into develop
Browse files Browse the repository at this point in the history
  • 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/Exception/BadMethodCallException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Dom\Exception;

/**
* Zend_Dom Exceptions
* Zend\Dom Exceptions
*/
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Dom\Exception;

/**
* Zend_Dom Exceptions
* Zend\Dom Exceptions
*/
interface ExceptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Dom\Exception;

/**
* Zend_Dom Exceptions
* Zend\Dom Exceptions
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down

0 comments on commit 702a810

Please sign in to comment.