gibilogic / tinymce-bundle

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
7 stars 5 forks source link

Update type hint to use the proper event class #23

Closed MisatoTremor closed 8 years ago

MisatoTremor commented 8 years ago

As explained in sensiolabs/SensioDistributionBundle#265:

Deprecation Notice: The callback Stfalcon\Bundle\TinymceBundle\Composer\ScriptHandler::createSymlink declared at vendor/gibilogic/tinymce-bundle/src/Composer/ScriptHandler.php accepts a Composer\Script\CommandEvent but post-update-cmd events use a Composer\Script\Event instance. Please adjust your type hint accordingly, see https://getcomposer.org/doc/articles/scripts.md#event-classes

Ingannatore commented 8 years ago

Added into the 1.3.1 version.