Samuel Levy

Results 21 comments of Samuel Levy

I agree with @flack - documentation should be explicit, and should allow `@param array &$var` (or similar).

When you use `InvokableCases` normally, PHPstan complains that the static methods don't exist, and it cannot discover the types. ```php

Actually... I should probably extend the type hinting to the `__invoke()` method, too. I'll update it tomorrow.

Ok, so I said "tomorrow" then disappeared for about a month, and I return... pretty much defeated. I've got test cases in to test that the main "static" reflections work,...

It's known behaviour (I'm not sure if it's intentional or not). I found [this blog post](https://tomasvotruba.com/blog/get-rid-of-mixed-callables-with-phpstan/) talking about building a rule to detect callables without an explicit return type, and...

I'd be happy if you merged this now - it's still an improvement and I don't know when I'll have time to look into the `__invoke()` case.

Just ran into this one myself. From what PHPstorm can find, that method isn't actually used anywhere in the core code (but may be used by other people's extensions, although...

I had the (admittedly bad) idea of `ln -s libquazip.so.0.6.2 libquazip.so.1`, which allowed screencloud to boot, but everything was broken (bunch of error pop-ups, none of my connectors work, and...

Just updated from Ubuntu 14.04 to 16.04, and installed the latest version of screencloud through `apt` (I'll also note that Chrome 53 is refusing to show your site due to...