Completed
Push — develop ( 31c340...db8caa )
by Mathias
08:35
created
module/Core/src/Core/Entity/FileEntity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * Gets the mime-type of a file
172 172
      *
173
-     * @return mixed
173
+     * @return string
174 174
      */
175 175
     public function getType()
176 176
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Gets the uploaded date of a file
194 194
      *
195
-     * @return mixed
195
+     * @return null|\DateTime
196 196
      */
197 197
     public function getDateUploaded()
198 198
     {
Please login to merge, or discard this patch.
module/Core/src/Core/Form/Container.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -592,7 +592,7 @@
 block discarded – undo
592 592
     }
593 593
 
594 594
     /**
595
-     * @param $data
595
+     * @param \Zend\Stdlib\ParametersInterface $data
596 596
      * @return $this
597 597
      */
598 598
     public function setData($data)
Please login to merge, or discard this patch.