From 94f95cae70a444145a20b6601d70e33b7f1a3370 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Fri, 18 Jan 2013 16:05:27 -0600 Subject: [PATCH] [zendframework/zf2#3073] Remove namespace from interface reference --- src/Decompress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Decompress.php b/src/Decompress.php index 61959d60..eb126747 100644 --- a/src/Decompress.php +++ b/src/Decompress.php @@ -32,7 +32,7 @@ public function __invoke($value) } /** - * Defined by Zend\Filter\FilterInterface + * Defined by FilterInterface * * Decompresses the content $value with the defined settings *