Completed
Push — master ( afa8c7...334890 )
by Derek Stephen
01:49
created
src/Field/Text.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $stringTrim = new FilterAdapterZf(new StringTrim());
30 30
         $stripTags = new FilterAdapterZf(new StripTags());
31 31
         $this->addFilter($stringTrim)
32
-             ->addFilter($stripTags);
32
+                ->addFilter($stripTags);
33 33
     }
34 34
 
35 35
     /**
Please login to merge, or discard this patch.