Completed
Pull Request — master (#4)
by
unknown
02:33
created
src/behaviors/FileBehavior.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -169,6 +169,9 @@  discard block
 block discarded – undo
169 169
         return;
170 170
     }
171 171
 
172
+    /**
173
+     * @param string $attribute
174
+     */
172 175
     private function setState($attribute, $file)
173 176
     {
174 177
         $rec = new FileUploadSession();
@@ -532,6 +535,9 @@  discard block
 block discarded – undo
532 535
         static::$classPathMap[$source] = $mapTo;
533 536
     }
534 537
 
538
+    /**
539
+     * @param string $source
540
+     */
535 541
     protected static function getClass($source) {
536 542
         return isset(static::$classPathMap[$source])
537 543
             ? static::$classPathMap[$source]
Please login to merge, or discard this patch.