Completed
Pull Request — master (#5)
by Jeroen
03:01 queued 01:33
created
src/LaravelPages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/LaravelPagesServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.