Completed
Push — unit-tests-conditions ( a03ba3...5d972d )
by Romain
02:12
created
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.