@@ -27,7 +27,6 @@ discard block |
||
27 | 27 | /** |
28 | 28 | * Create adapter |
29 | 29 | * |
30 | - * @param Iterable $options |
|
31 | 30 | * @return void |
32 | 31 | */ |
33 | 32 | public function __construct(?Iterable $config=null); |
@@ -58,7 +57,6 @@ discard block |
||
58 | 57 | /** |
59 | 58 | * Set options |
60 | 59 | * |
61 | - * @param Iterable $options |
|
62 | 60 | * @return AdapterInterface |
63 | 61 | */ |
64 | 62 | public function setOptions(?Iterable $config=null): AdapterInterface; |
@@ -32,7 +32,6 @@ |
||
32 | 32 | /** |
33 | 33 | * Set options |
34 | 34 | * |
35 | - * @param Iterable $options |
|
36 | 35 | * @return AdapterInterface |
37 | 36 | */ |
38 | 37 | public function setOptions(?Iterable $config=null): AdapterInterface |
@@ -61,8 +61,8 @@ |
||
61 | 61 | * Convert to bash color |
62 | 62 | * |
63 | 63 | * @param string $string |
64 | - * @param string $forderground_color |
|
65 | - * @param string $backgrond_coilor |
|
64 | + * @param string $foreground_color |
|
65 | + * @param string $background_color |
|
66 | 66 | * @return string |
67 | 67 | */ |
68 | 68 | public function getColoredString(string $string, string $foreground_color = null, string $background_color = null): string |
@@ -40,7 +40,6 @@ |
||
40 | 40 | /** |
41 | 41 | * Set options |
42 | 42 | * |
43 | - * @param Iterable $options |
|
44 | 43 | * @return AdapterInterface |
45 | 44 | */ |
46 | 45 | public function setOptions(?Iterable $config=null) |
@@ -198,7 +198,7 @@ |
||
198 | 198 | * @param string $date_format |
199 | 199 | * @param string $level |
200 | 200 | * @param array $context |
201 | - * @return void |
|
201 | + * @return string |
|
202 | 202 | */ |
203 | 203 | protected function _format(string $message, string $format, string $date_format, string $level, array $context=[]): string |
204 | 204 | { |
@@ -109,7 +109,7 @@ |
||
109 | 109 | * Run plugin method |
110 | 110 | * |
111 | 111 | * @param string $method |
112 | - * @param array $context |
|
112 | + * @param User[] $context |
|
113 | 113 | * @return bool |
114 | 114 | */ |
115 | 115 | public function run(string $method, array $context=[]): bool |
@@ -39,7 +39,7 @@ |
||
39 | 39 | * |
40 | 40 | * @param Logger $logger |
41 | 41 | * @param Iterable $config |
42 | - * @return void |
|
42 | + * @return File |
|
43 | 43 | */ |
44 | 44 | public function __construct(Logger $logger, ?Iterable $config) |
45 | 45 | { |
@@ -45,7 +45,6 @@ |
||
45 | 45 | /** |
46 | 46 | * Init queue |
47 | 47 | * |
48 | - * @param Filesystem $fs |
|
49 | 48 | * @param Logger $logger |
50 | 49 | * @param Config $config |
51 | 50 | * @return void |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * Create thumbnail job |
30 | 30 | * |
31 | 31 | * @param array $data |
32 | - * @return void |
|
32 | + * @return JobInterface |
|
33 | 33 | */ |
34 | 34 | public function __construct(array $data) |
35 | 35 | { |