Closed flo-sch closed 7 years ago
Thanks.
I see search
should be replaced with array_search
according to the tests?! Can you fix that?
One other test just failed which is now fixed in the master branch.
Of course! I really thought I fixed that part, sorry...
Thanks for the PR!
Hey @ArjanSchouten, sorry for the delay, a bit busier than expected...
Drop
Illuminate\Contracts
andIlluminate\Filesystem
use (replaced by standalone PHP)--> There remains only
Illuminate\Support
for now, which I will handle in another PR, I first wanted to know what you think about this one?Laravel\Filesystem
has been replaced by custom Exeptions andfile_get_contents()
, even thoughSplFileObject
could be used instead, if you prefer?