Code cleanup

This commit is contained in:
James Cole
2021-03-21 09:15:40 +01:00
parent da1751940e
commit 206845575c
317 changed files with 7418 additions and 7362 deletions

View File

@@ -33,6 +33,7 @@ class IsBoolean implements Rule
{
/**
* Get the validation error message.
*
* @codeCoverageIgnore
* @return string
*/
@@ -44,8 +45,8 @@ class IsBoolean implements Rule
/**
* Determine if the validation rule passes.
*
* @param string $attribute
* @param mixed $value
* @param string $attribute
* @param mixed $value
*
* @return bool
*/