Skip to content
Snippets Groups Projects
Commit 56eba99b authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix warnings

parent 022a016b
No related branches found
No related tags found
No related merge requests found
......@@ -283,12 +283,12 @@ class Loader {
/**
* Loads the required javascript via the require.js
*
* @return void
* @return array
* @see \SGalinski\Tinymce4Rte\Form\Element\RichTextElement->loadRequireModulesForRTE
*/
public function loadJsViaRequireJS() {
if (self::$init) {
return;
return [];
}
self::$init = TRUE;
$scripts = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment