-
Notifications
You must be signed in to change notification settings - Fork 19
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
DEP PHP Support in CMS5 #66
DEP PHP Support in CMS5 #66
Conversation
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.
Unit test failure
52be507
to
20c5eda
Compare
Tests passed |
20c5eda
to
2cc1fcd
Compare
@@ -72,7 +72,7 @@ public function numRecords() | |||
return $c; | |||
} | |||
|
|||
public function nextRecord() | |||
public function getIterator() |
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.
Could you add the #[\ReturnTypeWillChange]
above this method e.g. /~https://github.com/silverstripe/silverstripe-framework/blob/5/src/ORM/Connect/MySQLQuery.php#L48
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.
DONE
2cc1fcd
to
b00e7aa
Compare
Parent issue