Test Setup Failed
Branch master (fdbc21)
by Anton
07:54
created
Category
src/SeoModelBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         /** @var BaseActiveRecord $model */
64 64
         $model = $this->owner;
65 65
 
66
-        return preg_replace_callback('/{([^}]+)}/', static function ($matches) use ($model) {
66
+        return preg_replace_callback('/{([^}]+)}/', static function($matches) use ($model) {
67 67
             $name = $matches[1];
68 68
             $attribute = ArrayHelper::getValue($model, $name);
69 69
 
Please login to merge, or discard this patch.