bumb ci versions

This commit is contained in:
Robin Appelman 2022-04-08 17:04:51 +02:00
commit c5d79716d0
2 changed files with 15 additions and 4 deletions

View file

@ -52,4 +52,8 @@ class DummyBackend implements ISearchBackend {
new SearchResult(new SimpleFile('foo.txt', 'foobar', 'text/plain'), '/bar/foo.txt')
];
}
public function preloadPropertyFor(array $nodes, array $requestProperties): void {
}
}