schmittjoh / JMSJobQueueBundle

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

Fix deprecated assert() usage in Job addRelatedEntity method #221

Closed simon-watiau closed 5 years ago

simon-watiau commented 5 years ago

Assert using a string parameter to be evaluated is deprecated as of PHP 7.2.

schmittjoh commented 5 years ago

Thanks for the PR, this is solved in the latest version.