mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
fix(tests): Fix PHP 8.0 compatibility
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
2655f931ea
commit
3904bf5651
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ class DefaultShareProviderTest extends \Test\TestCase {
|
|||
/** @var IConfig|MockObject */
|
||||
protected $config;
|
||||
|
||||
protected IShareManager&MockObject $shareManager;
|
||||
/** @var IShareManager&MockObject */
|
||||
protected $shareManager;
|
||||
|
||||
protected function setUp(): void {
|
||||
$this->dbConn = \OC::$server->getDatabaseConnection();
|
||||
|
|
|
|||
Loading…
Reference in a new issue