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

Commit

Permalink
Merge pull request zendframework/zendframework#4421 from samsonasik/f…
Browse files Browse the repository at this point in the history
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
  • 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 1587db3

Please sign in to comment.