@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | * |
59 | 59 | * @param string $filePath |
60 | 60 | * |
61 | - * @return Intervention\Image\Image |
|
61 | + * @return \Intervention\Image\Image |
|
62 | 62 | */ |
63 | 63 | public function renderFile($filePath) |
64 | 64 | { |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | * |
73 | 73 | * @param string $string |
74 | 74 | * |
75 | - * @return Intervention\Image\Image |
|
75 | + * @return \Intervention\Image\Image |
|
76 | 76 | */ |
77 | 77 | public function renderString($string) |
78 | 78 | { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * @param SimpleXMLElement $xml |
86 | 86 | * |
87 | - * @return Intervention\Image\Image |
|
87 | + * @return \Intervention\Image\Image |
|
88 | 88 | */ |
89 | 89 | protected function render(SimpleXMLElement $xml) |
90 | 90 | { |