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

Commit

Permalink
Merge branch 'feature/phpdoc-mismatch' of https://github.com/micheh/zf2
Browse files Browse the repository at this point in the history
… into hotfix/phpdoc
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mailto.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getEmail()
/**
* Set validator to use when validating email address
*
* @param Validator $validator
* @param ValidatorInterface $validator
* @return Mailto
*/
public function setValidator(ValidatorInterface $validator)
Expand All @@ -101,7 +101,7 @@ public function setValidator(ValidatorInterface $validator)
* If none is currently set, an EmailValidator instance with default options
* will be used.
*
* @return Validator
* @return ValidatorInterface
*/
public function getValidator()
{
Expand Down
1 change: 1 addition & 0 deletions src/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ public static function encodeUserInfo($userInfo)
* part with percent-encoded representation
*
* @param string $path
* @throws Exception\InvalidArgumentException
* @return string
*/
public static function encodePath($path)
Expand Down

0 comments on commit 721f353

Please # to comment.