Completed
Push — master ( 2d6536...cd5d54 )
by Jack
01:47
created
code/filesystem/PerfectCMSImage_Validator.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -40,6 +40,10 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
code/forms/PerfectCMSImagesUploadField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.