Completed
Push — master ( e93792...836acd )
by Nicolaas
01:34
created
code/control/CMSHelp.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @param String $directory - location of the directory
161
-     * @param Array $extensionArray - array of extensions to include (e.g. Array("png", "mov");)
161
+     * @param string[] $extensionArray - array of extensions to include (e.g. Array("png", "mov");)
162 162
      *
163 163
      * @return Array - list of all files in a directory
164 164
      */
Please login to merge, or discard this patch.
code/dataobjects/TemplateOverviewDescription.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -211,6 +211,9 @@  discard block
 block discarded – undo
211 211
         $this->createHTACCESSDenyAll($devDirectory);
212 212
     }
213 213
 
214
+    /**
215
+     * @param string $dir
216
+     */
214 217
     private function createManifestExcludeFile($dir)
215 218
     {
216 219
         $myFile = $dir.'_manifest_exclude';
@@ -221,6 +224,9 @@  discard block
 block discarded – undo
221 224
         }
222 225
     }
223 226
 
227
+    /**
228
+     * @param string $dir
229
+     */
224 230
     private function createHTACCESSDenyAll($dir)
225 231
     {
226 232
         $myFile = $dir.'.htaccess';
Please login to merge, or discard this patch.