Completed
Branch unit-test-asset-handler-connec... (029d08)
by Romain
01:55
created
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.