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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ class TestFilterIterator extends \FilterIterator {
  /**
   * {@inheritdoc}
   */
  public function accept() {
  public function accept(): bool {
    return TRUE;
  }