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.
src/Renderer/Field/CheckboxRender.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,8 @@
 block discarded – undo
42 42
     /**
43 43
      * @param FieldInterface $field
44 44
      * @param $value
45
-     * @param $labelText
45
+     * @param string $labelText
46
+     * @param boolean $inline
46 47
      * @return DOMElement
47 48
      */
48 49
     private function processOption(FieldInterface $field, $value, $labelText, $inline)
Please login to merge, or discard this patch.