Skip to content

Commit

Permalink
Fixed "Comparision" is a misspelling of "Comparison"
Browse files Browse the repository at this point in the history
  • Loading branch information
itosho committed Sep 2, 2018
1 parent 9ed468f commit 824d8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validation/Validation.php
Expand Up @@ -1350,7 +1350,7 @@ public static function imageSize($file, $options)
* Validates the image width.
*
* @param array $file The uploaded file data from PHP.
* @param string $operator Comparision operator.
* @param string $operator Comparison operator.
* @param int $width Min or max width.
* @return bool
*/
Expand All @@ -1368,7 +1368,7 @@ public static function imageWidth($file, $operator, $width)
* Validates the image width.
*
* @param array $file The uploaded file data from PHP.
* @param string $operator Comparision operator.
* @param string $operator Comparison operator.
* @param int $height Min or max width.
* @return bool
*/
Expand Down

0 comments on commit 824d8c6

Please sign in to comment.