Skip to content
Snippets Groups Projects
Commit 3745a46a authored by catch's avatar catch
Browse files

Issue #3239556 by andypost: Fix return type of...

Issue #3239556 by andypost: Fix return type of \Drupal\Tests\migrate\Kernel\TestFilterIterator::accept()
parent c5a4a81d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class TestFilterIterator extends \FilterIterator {
/**
* {@inheritdoc}
*/
public function accept() {
public function accept(): bool {
return TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment