@@ -40,6 +40,10 @@ |
||
| 40 | 40 | return $parentResult; |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | + /** |
|
| 44 | + * @param boolean $isWidth |
|
| 45 | + * @param integer $recommendedWidthOrHeight |
|
| 46 | + */ |
|
| 43 | 47 | protected function isImageCorrectWidth($isWidth, $recommendedWidthOrHeight) |
| 44 | 48 | { |
| 45 | 49 | $actualWidthOrHeight = $this->getWidthOrHeight($isWidth); |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | * |
| 58 | 58 | * |
| 59 | 59 | * @param string $name Formatting Standard |
| 60 | - * @return this |
|
| 60 | + * @return PerfectCMSImagesUploadField |
|
| 61 | 61 | */ |
| 62 | 62 | public function selectFormattingStandard($name) |
| 63 | 63 | { |