bitwise-operators

Results 5 comments of bitwise-operators

As an aside, I've had a quick look through the code to see if I could fix this, but I'm having a hard time figuring out what part of the...

Interesting. Even adding a second parameter to the while-check doesn't matter, so it isn't that the code in the loop never gets touched. I also checked, and `sleep()` still requires...

There's no docblock `@param` there. Does the stub itself override de type in the callmap? Or does the absence of a `@param` with the stub create an automatic `@param int`...

Then this is probably a problem with more built-ins. One option would be to add all the callMap data to the stubs, but that'd be a maintenance nightmare. So changing...

Let me join in this discussion, as my PR was mentioned. ;-) > I think symfony also autowires it like this, for example if there is just one implementation of...