We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a70ca3 commit 84bc432Copy full SHA for 84bc432
CodemirrorAsset.php
@@ -477,7 +477,7 @@ class CodemirrorAsset extends \yii\web\AssetBundle
477
* @param array() $assets
478
* @return static the registered asset bundle instance
479
*/
480
- public static function register($view, $assets=[])
+ public static function register($view, $assets = [])
481
{
482
self::$_assets = ArrayHelper::merge(self::$_assets, array_flip($assets));
483
return $view->registerAssetBundle(get_called_class());
0 commit comments