uecode / qpush-bundle

Asynchronous processing for Symfony using Push Queues
qpush-bundle.readthedocs.org
Apache License 2.0
168 stars 54 forks source link

command/queueDestroyCommand: replace dialog helper with question helper #109

Closed sashless closed 8 years ago

sashless commented 8 years ago

for https://github.com/easybib/issues/issues/5659

we are using silex 2 and i get an error when i want to run the destroy command

uecode:qpush:destroy <name>

  [Symfony\Component\Console\Exception\InvalidArgumentException]  
  The helper "dialog" is not defined.   

found informations here to switch it over. Seems like "dialog" is deprecated

https://github.com/doctrine/migrations/pull/193

sashless commented 8 years ago

out of curiosity, why is it saying "commited with @aequasi" ?

scrutinizer-notifier commented 8 years ago

The inspection completed: No new issues

cryptiklemur commented 8 years ago

What the hell? Why does it say i committed it....?

k-k commented 8 years ago

Yeah, no clue on this one... maybe just a github bug?

Either way, this looks pretty clean to me - thanks @sashless!

sashless commented 8 years ago

yea dunno, thanks for merging !