braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 182 forks source link

Fixed Event type in ScriptHandler #442

Closed althaus closed 8 years ago

althaus commented 8 years ago

Hey,

according to Composer the post-install-cmd receive an event of type Composer\Script\Event instead of the CommandEvent from the same namespace. This PR updates the type hints accordingly.

This would fix #439.

Cheers Matthias

cve commented 8 years ago

when it will be merged?

TomSchillemans commented 7 years ago

Isn't this on master yet?

parap commented 7 years ago

Sorry, this error is annoying.

Is it possible to merge this PR to master branch @florianeckerstorfer ?