]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/news/class_NewsProcessFilter.php
CAPTCHA code now gets validated
[shipsimu.git] / inc / classes / main / filter / news / class_NewsProcessFilter.php
index b6be041a851e2de5b0c59580afb1e656e84955a4..8fc54099ddd1f29bc139e2f2e1dc7a28c5ce668b 100644 (file)
@@ -58,9 +58,9 @@ class NewsProcessFilter extends BaseFilter implements Filterable {
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
+        * @todo        Unfinished stub, add functionality here
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               /* @TODO Unfinished stub, add functionality here */
        }
 }