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