Test Failed
Pull Request — master (#8)
by Magnus
08:12
created
src/HTMLForm/Form.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 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
     {
Please login to merge, or discard this patch.
src/HTMLForm/FormModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 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
     {
Please login to merge, or discard this patch.
src/HTMLForm/FormElement.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -455,7 +455,7 @@  discard block
 block discarded – undo
455 455
     /**
456 456
      * Get the escaped value of the form element.
457 457
      *
458
-     * @return mixed the value of the form element.
458
+     * @return string the value of the form element.
459 459
      */
460 460
     public function getEscapedValue()
461 461
     {
@@ -499,7 +499,7 @@  discard block
 block discarded – undo
499 499
      * Get the escaped value of the form element and respect configuration
500 500
      * details whether it should be raw or escaped.
501 501
      *
502
-     * @return mixed the value of the form element.
502
+     * @return string the value of the form element.
503 503
      */
504 504
     public function escValue()
505 505
     {
Please login to merge, or discard this patch.