@@ -50,7 +50,7 @@ |
||
| 50 | 50 | /** |
| 51 | 51 | * Get the services provided by the provider. |
| 52 | 52 | * |
| 53 | - * @return array |
|
| 53 | + * @return string[] |
|
| 54 | 54 | */ |
| 55 | 55 | public function provides() |
| 56 | 56 | { |
@@ -92,7 +92,7 @@ |
||
| 92 | 92 | * @param string $page_title The title of the page. |
| 93 | 93 | * @param text $page_content The content of the page. |
| 94 | 94 | * @param string|null $custom_slug A custom slug, if not provided the page title is slugified. |
| 95 | - * @return void The page is saved. |
|
| 95 | + * @return boolean The page is saved. |
|
| 96 | 96 | **/ |
| 97 | 97 | public function addPage($page_title, $page_content, $custom_slug = null) |
| 98 | 98 | { |