@@ -69,7 +69,6 @@ |
||
69 | 69 | /** |
70 | 70 | * {@inheritdoc} |
71 | 71 | * |
72 | - * @param Isolator|null $isolator |
|
73 | 72 | */ |
74 | 73 | public function modify( |
75 | 74 | EnvironmentInterface $environment, |
@@ -132,7 +132,7 @@ |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | - * @param $builder |
|
135 | + * @param SchemaBuilder $builder |
|
136 | 136 | */ |
137 | 137 | protected function showChanges($builder) |
138 | 138 | { |
@@ -111,7 +111,7 @@ |
||
111 | 111 | * |
112 | 112 | * @param string $channel |
113 | 113 | * |
114 | - * @return array |
|
114 | + * @return HandlerInterface[] |
|
115 | 115 | */ |
116 | 116 | protected function createHandlers(string $channel): array |
117 | 117 | { |
@@ -209,7 +209,7 @@ |
||
209 | 209 | * @param \Closure $closure |
210 | 210 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
211 | 211 | * |
212 | - * @return mixed |
|
212 | + * @return OutputInterface |
|
213 | 213 | */ |
214 | 214 | private function runScoped(\Closure $closure, OutputInterface $output) |
215 | 215 | { |
@@ -105,7 +105,7 @@ |
||
105 | 105 | * @param string $prefix Value prefix, "{" by default. |
106 | 106 | * @param string $postfix Value postfix "}" by default. |
107 | 107 | * |
108 | - * @return mixed |
|
108 | + * @return string |
|
109 | 109 | */ |
110 | 110 | function interpolate( |
111 | 111 | string $format, |
@@ -100,7 +100,7 @@ |
||
100 | 100 | /** |
101 | 101 | * Create appropriate schema modification listener. Executed only in analysis. |
102 | 102 | * |
103 | - * @return callable |
|
103 | + * @return \Closure |
|
104 | 104 | */ |
105 | 105 | private static function __timestamps__describeListener() |
106 | 106 | { |
@@ -49,8 +49,6 @@ |
||
49 | 49 | /** |
50 | 50 | * {@inheritdoc} |
51 | 51 | * |
52 | - * @param RouteInterface|array $default Default route or options to construct instance of |
|
53 | - * DirectRoute. |
|
54 | 52 | * @param string $basePath Automatically added to all urls. |
55 | 53 | * |
56 | 54 | * @throws RouterException |