@@ -367,7 +367,7 @@ |
||
| 367 | 367 | * - analyse ad code |
| 368 | 368 | * - submit form (either add or edit an ad) |
| 369 | 369 | * |
| 370 | - * @return mixed Action name or false when no action was submitted |
|
| 370 | + * @return string|false Action name or false when no action was submitted |
|
| 371 | 371 | */ |
| 372 | 372 | protected function get_submitted_action() |
| 373 | 373 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | { |
| 36 | 36 | return array( |
| 37 | 37 | '\phpbb\ads\migrations\v10x\m1_initial_schema', |
| 38 | - ); } |
|
| 38 | + ); } |
|
| 39 | 39 | |
| 40 | 40 | /** |
| 41 | 41 | * Add the ACP module |