Completed
Push — master ( 7161cd...80db05 )
by Schlaefer
14s
created
plugins/Admin/src/View/Helper/AdminHelper.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@  discard block
 block discarded – undo
31 31
         $this->_detail = implode($lines, '<br>');
32 32
     }
33 33
 
34
+    /**
35
+     * @return \DateTimeInterface
36
+     */
34 37
     public function time()
35 38
     {
36 39
         return $this->_time;
@@ -111,7 +114,7 @@  discard block
 block discarded – undo
111 114
      *
112 115
      * @param string $text text
113 116
      * @param null $type type
114
-     * @return mixed
117
+     * @return string|null
115 118
      */
116 119
     public function badge($text, $type = null)
117 120
     {
Please login to merge, or discard this patch.