@@ -348,7 +348,7 @@ |
||
348 | 348 | } |
349 | 349 | |
350 | 350 | /** |
351 | - * @return boolean |
|
351 | + * @return integer |
|
352 | 352 | */ |
353 | 353 | public function isVisible() |
354 | 354 | { |
@@ -161,6 +161,9 @@ |
||
161 | 161 | return empty($tables) ? false : true; |
162 | 162 | } |
163 | 163 | |
164 | + /** |
|
165 | + * @param string $pluginDir |
|
166 | + */ |
|
164 | 167 | protected function getPluginDirectories($pluginDir) |
165 | 168 | { |
166 | 169 | $finder = (new Finder()) |
@@ -32,11 +32,17 @@ |
||
32 | 32 | $this->message = $message; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param string $message |
|
37 | + */ |
|
35 | 38 | public static function warn($message) |
36 | 39 | { |
37 | 40 | return new self(self::WARNING, $message); |
38 | 41 | } |
39 | 42 | |
43 | + /** |
|
44 | + * @param string $message |
|
45 | + */ |
|
40 | 46 | public static function error($message) |
41 | 47 | { |
42 | 48 | return new self(self::ERROR, $message); |