Completed
Push — dev ( 2d24b0...5cd7c1 )
by Zach
06:05
created
src/Models/ContentTraits/HasBlocks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @param string $name Name of text block to get.
43 43
      *
44
-     * @return Larafolio\Models\TextBlock|null
44
+     * @return \Illuminate\Database\Eloquent\Model|null
45 45
      */
46 46
     public function block($name)
47 47
     {
Please login to merge, or discard this patch.
src/Models/ContentTraits/HasImages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @param string $name Name of image to get.
43 43
      *
44
-     * @return Larafolio\Models\Image|null
44
+     * @return \Illuminate\Database\Eloquent\Model|null
45 45
      */
46 46
     public function image($name)
47 47
     {
Please login to merge, or discard this patch.
src/Models/ContentTraits/HasLinks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @param string $name Name of link to get.
43 43
      *
44
-     * @return Larafolio\Models\Link|null
44
+     * @return \Illuminate\Database\Eloquent\Model|null
45 45
      */
46 46
     public function link($name)
47 47
     {
Please login to merge, or discard this patch.
src/Models/UserTraits/ManagesPages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      *
12 12
      * @param array $data Array of data to save.
13 13
      *
14
-     * @return Project
14
+     * @return Page
15 15
      */
16 16
     public function addPage(array $data)
17 17
     {
Please login to merge, or discard this patch.