@@ -816,7 +816,7 @@ discard block |
||
816 | 816 | /** |
817 | 817 | * Generate patterns that will help to match filenames of cached images |
818 | 818 | * @param string $filename Filename of source image |
819 | - * @return array |
|
819 | + * @return string |
|
820 | 820 | */ |
821 | 821 | private function getFilenamePatterns($filename) { |
822 | 822 | $methodNames = $this->allMethodNames(true); |
@@ -971,7 +971,7 @@ discard block |
||
971 | 971 | |
972 | 972 | /** |
973 | 973 | * Get the orientation of this image. |
974 | - * @return ORIENTATION_SQUARE | ORIENTATION_PORTRAIT | ORIENTATION_LANDSCAPE |
|
974 | + * @return integer | ORIENTATION_PORTRAIT | ORIENTATION_LANDSCAPE |
|
975 | 975 | */ |
976 | 976 | public function getOrientation() { |
977 | 977 | $width = $this->getWidth(); |