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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • 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/Filter/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct($validator)
}
if (!$validator instanceof ZendValidator) {
throw new Exception\InvalidArgumentException(sprintf(
'Parameter of type %s is invalid; must implements Zend\Validator\ValidatorInterface',
'Parameter of type %s is invalid; must implement Zend\Validator\ValidatorInterface',
(is_object($validator) ? get_class($validator) : gettype($validator))
));
}
Expand Down
2 changes: 1 addition & 1 deletion src/Processor/Backtrace.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function process(array $event)
}

/**
* Provide backtrace as slim as posible
* Provide backtrace as slim as possible
*
* @return array:
*/
Expand Down

0 comments on commit c49efab

Please sign in to comment.