Completed
Branch master (318566)
by Alexey
38:44
created
EasyImage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
      * Get component instance
211 211
      * Added for better IDE support
212 212
      *
213
-     * @return mixed
213
+     * @return EasyImage
214 214
      */
215 215
     public static function getInstance(): EasyImage
216 216
     {
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
      * @param $file
224 224
      * @param array $params
225 225
      *
226
-     * @return bool|string
226
+     * @return string|false
227 227
      */
228 228
     protected function getCacheFile(string $file, array $params = [])
229 229
     {
Please login to merge, or discard this patch.