Completed
Pull Request — 3.x (#5623)
by Javier
03:42
created
src/Form/FormMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -150,6 +150,9 @@
 block discarded – undo
150 150
         return $this;
151 151
     }
152 152
 
153
+    /**
154
+     * @param string $name
155
+     */
153 156
     public function get($name)
154 157
     {
155 158
         $name = $this->sanitizeFieldName($name);
Please login to merge, or discard this patch.