Passed
Push — master ( 3da7f9...4d0d20 )
by Mikael
35s
created
src/HTMLForm/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * Constructor injects with DI container.
37 37
      *
38
-     * @param Anax\DI\DIInterface $di a service container
38
+     * @param DIInterface $di a service container
39 39
      */
40 40
     public function __construct(DIInterface $di)
41 41
     {
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
      *
273 273
      * @param string $name the name of the formelement.
274 274
      *
275
-     * @return mixed the value of the element.
275
+     * @return string|null the value of the element.
276 276
      */
277 277
     public function value($name)
278 278
     {
Please login to merge, or discard this patch.