schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Change \Twig_SimpleFilter to \Twig_Simple[Test|Function] #129

Closed qooplmao closed 8 years ago

qooplmao commented 8 years ago

The use of \Twig_SimpleFilter in the tests or function array triggers deprecation warnings.

DEPRECATED - Using an instance of "Twig_SimpleFilter" for function "0" is deprecated.
             Use Twig_SimpleFunction instead.
DEPRECATED - Using an instance of "Twig_SimpleFilter" for test "0" is deprecated.
             Use Twig_SimpleTest instead.
ickbinhier commented 8 years ago

https://github.com/schmittjoh/JMSJobQueueBundle/pull/120

this is in the master branch

qooplmao commented 8 years ago

Yup, it is now. I missed the other PR.