Completed
Pull Request — master (#4)
by
unknown
01:31
created
src/behaviors/FileBehavior.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -145,6 +145,9 @@
 block discarded – undo
145 145
         return;
146 146
     }
147 147
 
148
+    /**
149
+     * @param string $attribute
150
+     */
148 151
     private function setState($attribute, $file)
149 152
     {
150 153
         $rec = new FileUploadSession();
Please login to merge, or discard this patch.