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 git://github.com/zendframework/zf2 into hotf…
Browse files Browse the repository at this point in the history
…ix/uri-path-not-being-set-when-empty
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Object/AbstractObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ protected function drawText()

/**
* Check for invalid characters
* @param string $value Text to be ckecked
* @param string $value Text to be checked
* @return void
*/
public function validateText($value)
Expand Down
2 changes: 1 addition & 1 deletion src/Object/ObjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public function draw();

/**
* Check for invalid characters
* @param string $value Text to be ckecked
* @param string $value Text to be checked
* @return void
*/
public function validateText($value);
Expand Down

0 comments on commit 7a8c4e6

Please sign in to comment.