X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Frequest%2Fclass_BaseRequest.php;h=d2ca3867a10b5a8f20d3038b21d9097e876a3c12;hp=01207d18502bc00bfa0d3d996a378ada8ab858e1;hb=2e80331da79b13c3094f9039d4c584e3e4b89894;hpb=53153d53377c7106c682d89a11b33987da67168f diff --git a/inc/classes/main/request/class_BaseRequest.php b/inc/classes/main/request/class_BaseRequest.php index 01207d18..d2ca3867 100644 --- a/inc/classes/main/request/class_BaseRequest.php +++ b/inc/classes/main/request/class_BaseRequest.php @@ -29,7 +29,7 @@ class BaseRequest extends BaseFrameworkSystem { /** * Whether this request is valid and can be further processed. The default is - * valid so make sure your intercepting filters sets this attribute to false + * valid so make sure your intercepting filters sets this attribute to FALSE * when they need to intercept the data flow. */ private $requestIsValid = TRUE; @@ -113,7 +113,7 @@ class BaseRequest extends BaseFrameworkSystem { } /** - * Sets whether the request was valid (default: true) + * Sets whether the request was valid (default: TRUE) * * @param $isValid Whether the request is valid * @return void