Completed
Push — master ( ca2ce7...736bdc )
by Caio
02:57
created
src/Managers/AbstractFilePathManager.php 1 patch
Doc Comments   +4 added lines, -4 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
     {
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
         return $this->base_url;
177 177
     }
178 178
 
179
-    /** @return array */
179
+    /** @return string */
180 180
     public function getProcessingStylesRoutines()
181 181
     {
182 182
         return $this->processing_styles_routines;
Please login to merge, or discard this patch.