Andrew
Andrew
Any expression inside `if` must be a boolean, let's not abuse PHP's type juggling. The only valid variants would be then: 1) `if (\count($someArray) > 0) {` 2) `if ($someArray...
> `if ((bool)$someArray) {` No, this is making the expression technically boolean but still misusing the truthiness/falsiness magic of PHP.
> Instead of my original issue, Maybe we should implement an inspection to suggest one of those: > "=== []" > "\count() === 0" I'm 👍 for this. > However,...
Hey, thanks for reply. I tried the demo too, same: the second click has to happen on the checkbox. If it's on the label, it just selects the text between...
Thanks for the reply. Yes, one at the top and the other at the bottom. Usually I set the same style for both, although something like different size would be...
Check out the symfony4 branch: https://github.com/schmittjoh/JMSJobQueueBundle/commits/symfony4
@modstore having none so far
Need this too, please merge :) thanks!
@rlerdorf I see that the issue is already fixed in master, could you please do a new release? Thanks! 🙏
@TechComBiz I see a weird failure on one SnsQs test on some matrix branches, thinking how to debug this