@@ -28,7 +28,7 @@ |
||
28 | 28 | 'app.User', |
29 | 29 | 'app.UserOnline', |
30 | 30 | 'plugin.Bookmarks.Bookmark' |
31 | - ]; |
|
31 | + ]; |
|
32 | 32 | |
33 | 33 | /** |
34 | 34 | * Test Bookmark table validation. |
@@ -66,7 +66,7 @@ |
||
66 | 66 | * |
67 | 67 | * @param string $text text |
68 | 68 | * @param null $type type |
69 | - * @return mixed |
|
69 | + * @return string|null |
|
70 | 70 | */ |
71 | 71 | public function badge($text, $type = null) |
72 | 72 | { |
@@ -226,6 +226,7 @@ |
||
226 | 226 | |
227 | 227 | /** |
228 | 228 | * {@inheritdoc} |
229 | + * @param string $msg |
|
229 | 230 | */ |
230 | 231 | public function log($msg, $level = LogLevel::INFO, $context = ['saito.install']) |
231 | 232 | { |
@@ -125,6 +125,7 @@ |
||
125 | 125 | |
126 | 126 | /** |
127 | 127 | * {@inheritdoc} |
128 | + * @param string $key |
|
128 | 129 | */ |
129 | 130 | public function getConfig($key = null, $default = null) |
130 | 131 | { |