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#2101 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed few typos
  • 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 1190c26

Please sign in to comment.