Completed
Push — master ( 825785...0f40df )
by Nicolaas
01:29
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.
code/model/file/PerfectCMSImageDataExtension.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -35,6 +35,7 @@  discard block
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * @var string $name name of Image Field template
38
+     * @param string $name
38 39
      * @return string (link)
39 40
      */
40 41
     public function PerfectCMSImageLinkNonRetina($name)
@@ -44,6 +45,7 @@  discard block
 block discarded – undo
44 45
 
45 46
     /**
46 47
      * @var string $name name of Image Field template
48
+     * @param string $name
47 49
      * @return string (link)
48 50
      */
49 51
     public function PerfectCMSImageLinkRetina($name)
Please login to merge, or discard this patch.