You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@imilyukov why do you pass SplFileInfo to rewrite method? Is it from some autoloader?
As far as I see this method expects file path as string.
CC: @Sannis
Hi!
I use php 5.6+ and take next bug.
soft-mocks/src/QA/SoftMocks.php
Line 683 in bc5af0d
SplFileInfo can not use as array!
Fix should be something like that:
......
if (strpos($file, '/') != 0) {
.....
The text was updated successfully, but these errors were encountered: