Completed
Push — master ( 2729b4...e67fa1 )
by Nicolaas
01:23
created
code/model/ImageStyle.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -362,6 +362,9 @@
 block discarded – undo
362 362
     }
363 363
 
364 364
 
365
+    /**
366
+     * @param string $varName
367
+     */
365 368
     public function HasStyleVariable($varName)
366 369
     {
367 370
         $name = $varName.'Name';
Please login to merge, or discard this patch.
code/model/ImagesWithStyleSelection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -268,6 +268,9 @@
 block discarded – undo
268 268
         return $fields;
269 269
     }
270 270
 
271
+    /**
272
+     * @param TreeDropdownField $folderField
273
+     */
271 274
     public function addLinksToFolderOnAFieldAsRightTitle($folderField)
272 275
     {
273 276
         if ($this->PlaceToStoreImagesID) {
Please login to merge, or discard this patch.