Skip to content

Commit 84bc432

Browse files
committed
b
1 parent 3a70ca3 commit 84bc432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodemirrorAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class CodemirrorAsset extends \yii\web\AssetBundle
477477
* @param array() $assets
478478
* @return static the registered asset bundle instance
479479
*/
480-
public static function register($view, $assets=[])
480+
public static function register($view, $assets = [])
481481
{
482482
self::$_assets = ArrayHelper::merge(self::$_assets, array_flip($assets));
483483
return $view->registerAssetBundle(get_called_class());

0 commit comments

Comments
 (0)