Completed
Push — master ( 3b9644...b65440 )
by Zach
07:24 queued 02:31
created
src/Models/Traits/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/Traits/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/Traits/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.