diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2020-12-18 22:08:38 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2020-12-18 22:08:38 +0100 |
commit | 0b10c1b03903942caceafeae96d3a93b3f6892d1 (patch) | |
tree | 789ba7e188872b147c0b0222bb14943585ed6a38 /tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php | |
parent | a166abb115b5adc296ecbfd123b7b93f62825670 (diff) | |
download | mediawikicore-0b10c1b03903942caceafeae96d3a93b3f6892d1.tar.gz mediawikicore-0b10c1b03903942caceafeae96d3a93b3f6892d1.zip |
Add missing @return to FileBackendGroupTestTrait
Change-Id: Ifb9eef6594a9520cd687adc287fcab389c3c977c
Diffstat (limited to 'tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php')
-rw-r--r-- | tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php b/tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php index 3530acec88e6..4784cb960f98 100644 --- a/tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php +++ b/tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php @@ -17,12 +17,14 @@ trait FileBackendGroupTestTrait { * * 'lmgFactory' * * 'mimeAnalyzer' * * 'tmpFileFactory' + * @return FileBackendGroup */ abstract protected function newObj( array $options = [] ) : FileBackendGroup; /** * @param string $domain Expected argument that LockManagerGroupFactory::getLockManagerGroup * will receive + * @return LockManagerGroupFactory */ abstract protected function getLockManagerGroupFactory( $domain ) : LockManagerGroupFactory; |