Completed
Push — master ( 886be5...5334e2 )
by Daniel
02:32
created
source/OutputFormBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
                 . '</fieldset>';
63 63
     }
64 64
 
65
+    /**
66
+     * @param \Symfony\Component\HttpFoundation\Request $knownLabels
67
+     */
65 68
     protected function setFormOptions($knownLabels)
66 69
     {
67 70
         $sReturn   = [];
Please login to merge, or discard this patch.