Completed
Push — master ( d1ea14...06dcdd )
by Jeroen
01:38
created
src/LaravelPagesServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
src/LaravelPages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.