Completed
Push — field-view-helper-unit-test ( 5e6fcd...b964d5 )
by Romain
02:06
created
Classes/Condition/ConditionFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * function, with `hasCondition()`.
94 94
      *
95 95
      * @param $conditionName
96
-     * @return mixed
96
+     * @return string
97 97
      * @throws \Exception
98 98
      */
99 99
     public function getCondition($conditionName)
Please login to merge, or discard this patch.
Classes/Configuration/Form/Field/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
     /**
90 90
      * @param string|null $validationName If given, will try to fetch the validation with the given name.
91
-     * @return Validation|Validation[]
91
+     * @return string
92 92
      */
93 93
     public function getValidation($validationName = null)
94 94
     {
Please login to merge, or discard this patch.
Classes/Configuration/Form/Field/Validation/Validation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return int
79
+     * @return string
80 80
      */
81 81
     public function getPriority()
82 82
     {
Please login to merge, or discard this patch.
Classes/Condition/Processor/ConditionProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return array
127
+     * @return string[]
128 128
      */
129 129
     public function __sleep()
130 130
     {
Please login to merge, or discard this patch.
Classes/ViewHelpers/FormatMessageViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return Message|FormzMessageInterface
104
+     * @return Message
105 105
      * @throws \Exception
106 106
      */
107 107
     protected function getMessage()
Please login to merge, or discard this patch.