Completed
Push — master ( 69e94c...d1ea14 )
by Jeroen
03:16
created
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.