From 9da77ce8579186b42bd8560030ecb0452cc1d989 Mon Sep 17 00:00:00 2001 From: Angel Guevara Date: Tue, 5 Jul 2016 15:08:07 -0500 Subject: [PATCH] :boo phpdoc fixes --- behaviors/FileHandlerBehavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behaviors/FileHandlerBehavior.php b/behaviors/FileHandlerBehavior.php index 4390318..7b9aaa9 100644 --- a/behaviors/FileHandlerBehavior.php +++ b/behaviors/FileHandlerBehavior.php @@ -20,7 +20,7 @@ class FileHandlerBehavior extends \yii\base\Behavior { /** * @var FileHandlerValidator|array|boolean the rule to be attachedk to the - * `owner`. If you want ot disable it, just set this property to `false`. + * `owner`. If you want to disable it, just set this property to `false`. */ public $rule = [];