From 824d8c6f260418a16b0b1cc0d5fdd11ef3db634c Mon Sep 17 00:00:00 2001 From: itosho Date: Sun, 2 Sep 2018 14:19:01 +0900 Subject: [PATCH] Fixed "Comparision" is a misspelling of "Comparison" --- src/Validation/Validation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Validation/Validation.php b/src/Validation/Validation.php index ac19fe7dba4..4366ecba5ea 100644 --- a/src/Validation/Validation.php +++ b/src/Validation/Validation.php @@ -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 */ @@ -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 */