]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/request/class_Requestable.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / interfaces / request / class_Requestable.php
index 86837c84243c3f864f7c14cf339cdfa1add7fd3d..0dfde4813776b3b7233bb4681ecdd9ccc91a66cb 100644 (file)
@@ -63,7 +63,7 @@ interface Requestable extends FrameworkInterface {
        function getHeader ($headerName);
 
        /**
-        * 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