]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/request/class_BaseRequest.php
Continued:
[core.git] / framework / main / classes / request / class_BaseRequest.php
index c56648f12f453a69d241a0f6075d1109c51200dc..b855bb03d852ab96c86c21231f3a35b518b4dc82 100644 (file)
@@ -124,8 +124,8 @@ abstract class BaseRequest extends BaseFrameworkSystem {
         * @param       $isValid        Whether the request is valid
         * @return      void
         */
-       public final function requestIsValid ($isValid = true) {
-               $this->requestIsValid = (bool) $isValid;
+       public final function requestIsValid (bool $isValid = true) {
+               $this->requestIsValid = $isValid;
        }
 
        /**