Skip to content
Snippets Groups Projects
Commit 49a1aa85 authored by Joseph Olstad's avatar Joseph Olstad
Browse files

Issue #3455186 by joseph.olstad - Refactor of 88f1e040 for tests for D11...

Issue #3455186 by joseph.olstad - Refactor of 88f1e040 for tests for D11 phpunit 10+ compatibility refactoring test.
parent df043d43
No related branches found
No related tags found
No related merge requests found
Pipeline #333512 failed
......@@ -422,7 +422,8 @@ class MockTerm implements TermInterface, IteratorAggregate, EntityChangedInterfa
/**
* {@inheritdoc}
*/
public function getTranslatableFields(bool $include_computed = true): array {
public function getTranslatableFields($include_computed = true) {
// Implement the method as needed.
return [];
}
......
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