Completed
Push — master ( afa8c7...334890 )
by Derek Stephen
01:49
created
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.