Completed
Pull Request — master (#31)
by
unknown
06:02
created
UploadBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
     {
241 241
         /** @var BaseActiveRecord $model */
242 242
         $model = $this->owner;
243
-        return preg_replace_callback('/{([^}]+)}/', function ($matches) use ($model) {
243
+        return preg_replace_callback('/{([^}]+)}/', function($matches) use ($model) {
244 244
             $name = $matches[1];
245 245
             $attribute = ArrayHelper::getValue($model, $name);
246 246
             if (is_string($attribute) || is_numeric($attribute)) {
Please login to merge, or discard this patch.