Completed
Push — master ( 523cc9...5982f0 )
by Igor
06:02
created
src/behaviors/FileBehavior.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -130,6 +130,9 @@
 block discarded – undo
130 130
         Yii::$app->session->set(Yii::$app->fileManager->sessionName, $state);
131 131
     }
132 132
 
133
+    /**
134
+     * @param string $attribute
135
+     */
133 136
     private function setState($attribute, $file)
134 137
     {
135 138
         $state = Yii::$app->session->get(Yii::$app->fileManager->sessionName);
Please login to merge, or discard this patch.