-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error on YouTube media creation #1847
Conversation
586d89a
to
5f439f1
Compare
I initially made changes along proposal in #1804 which solved the issue but tests for PHP 7.3 & 7.4 were failing. Since I wasn't sure how to adapt test code, I tried with different approach but now PHP 8.0 test is failing. |
Dont worry about php 8, this build needs some work before it can pass. |
When looking at checks made somewhere else in the code, they check for instanceof \SplFileInfo, instead of File (which extends \SplFileInfo) |
5f439f1
to
ce66ac2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the null check
ce66ac2
to
afaeffa
Compare
Thank you |
Subject
I am targeting this branch because this is a bug fix.
Closes #1804
Changelog