@@ -19,7 +19,7 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * Constructor |
| 21 | 21 | * |
| 22 | - * @param array $settings settings |
|
| 22 | + * @param \Saito\Markup\MarkupSettings $settings settings |
|
| 23 | 23 | */ |
| 24 | 24 | public function __construct($settings) |
| 25 | 25 | { |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | /** |
| 87 | 87 | * get editor help |
| 88 | 88 | * |
| 89 | - * @return mixed |
|
| 89 | + * @return string |
|
| 90 | 90 | */ |
| 91 | 91 | public function editorHelp() |
| 92 | 92 | { |
@@ -31,6 +31,9 @@ discard block |
||
| 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 |
||
| 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 | { |