Minor - fix typehint error

pull/3959/head
Julio 4 years ago
parent c84451a868
commit 4187c2d07e
  1. 4
      src/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php

@ -143,8 +143,10 @@ class Basic extends Toolbar
/**
* Get the toolbar config.
*
* @return array
*/
public function getConfig(): array
public function getConfig()
{
$config = [];
$customPlugins = '';

Loading…
Cancel
Save