Skip to content

Commit 6fc4cdf

Browse files
committed
Fix missing parameters
1 parent 5008862 commit 6fc4cdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

skel/file/tiny/plugininfo_php.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ class plugininfo extends plugin{{!
9292
/**
9393
* Allows to pass to pass options from the PHP to the JavaScript API of the plugin.
9494
*
95+
* @param context $context
96+
* @param array $options
97+
* @param array $fpoptions
98+
* @param ?\editor_tiny\editor $editor = null
9599
* @return array
96100
*/
97101
public static function get_plugin_configuration_for_context(

0 commit comments

Comments
 (0)