Completed
Pull Request — 3.2 (#5123)
by
unknown
11:38
created
model/Image.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -816,7 +816,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.