Completed
Push — master ( 39531f...2feaeb )
by Caio
09:55
created
src/Managers/AbstractFilePathManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * @param AttacherImageContract $attacherImage
39 39
      * @param string                $style
40
-     * @return mixed|string
40
+     * @return string
41 41
      */
42 42
     public function parsePath(AttacherImageContract $attacherImage, $style)
43 43
     {
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     /**
52 52
      * @param AttacherImageContract $attacherImage
53 53
      * @param string                $string
54
-     * @return mixed
54
+     * @return string
55 55
      */
56 56
     public function parseOwnerClass(AttacherImageContract $attacherImage, $string)
57 57
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * @param AttacherImageContract $attacherImage
79 79
      * @param string                $string
80
-     * @return mixed
80
+     * @return string
81 81
      */
82 82
     public function parseAttributes(AttacherImageContract $attacherImage, $string)
83 83
     {
Please login to merge, or discard this patch.