X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Ffilter%2Fclass_;h=9dccabab0dd257a5f661e276575f72fb564dd1a5;hp=e94d8e72470f726bb32bafd9c2a86e7dcf30e4bc;hb=c34b5832c319583e8fb0e70eddbe0ffc80e034a2;hpb=4d138b9dc7867c7d681c8c0cfc57f4d07a348ee1 diff --git a/framework/main/classes/filter/class_ b/framework/main/classes/filter/class_ index e94d8e72..9dccabab 100644 --- a/framework/main/classes/filter/class_ +++ b/framework/main/classes/filter/class_ @@ -56,7 +56,7 @@ class ???Filter extends BaseFilter implements Filterable { */ public function execute (Requestable $requestInstance, Responseable $responseInstance) { // Implement this! - $this->partialStub("Please implement this method."); + $this->partialStub('Please implement this method.'); } }