Brandon Frohs
Brandon Frohs
There was an RFC in PHP earlier in 2015 to address this in PHP itself, but it was rejected unfortunately: https://wiki.php.net/rfc/callable-types And some discussion about their problems implementing, which probably...
I think the big problem is that the provided name gets changed at some point within PHP-DI to the actual class's name. So even though "TestAlias" is provided to PHP-DI...
+1 Described here: http://siliconforks.com/jscoverage/manual.html
> I think the issue there is the need to have some distributed lock system. Technically once your filesystem is on a network locks need to be enforced on the...
@twistor see #12: > PHP Notice: Undefined offset: 0 in /vendor/twistor/flysystem-stream-wrapper/src/Flysystem/Plugin/Stat.php on line 157
Tests are passing locally, but there's a good chance some of them will fail in CI. I'll get back to fix any that pop up, and will be double checking...
Scrutinizer stopped diffing due to too many commits (I think I'm up to around ~100), so I squashed them to get scrutinizer working. I do still have the original branch,...
OS issue has been fixed by updating to xenial from precise. Since PHP has already been bumped to 7.0 in this PR, this was a non-issue.
I've updated documentation and samples with most recent changes (and some fixes). Only thing left is the CHANGELOG. I've added some changes to it already, but I'll go through it...
CI and Scrutinizer both pass, and last I checked, the third test passed as well. This should all be good to go, pending your review. I shouldn't be pushing any...