File tree Expand file tree Collapse file tree
apps/files/lib/BackgroundJob Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ protected function runScanner(string $user): void {
5656 } catch (\Exception $ e ) {
5757 $ this ->logger ->error ($ e ->getMessage (), ['exception ' => $ e , 'app ' => 'files ' ]);
5858 }
59- \OC_Util:: tearDownFS ();
59+ $ this -> setupManager -> tearDown ();
6060 }
6161
6262 /**
@@ -127,7 +127,7 @@ private function getAllMountedStorages(): array {
127127 * @throws \Exception
128128 */
129129 #[\Override]
130- protected function run ($ argument ) {
130+ protected function run ($ argument ): void {
131131 if ($ this ->config ->getSystemValueBool ('files_no_background_scan ' , false )) {
132132 return ;
133133 }
Original file line number Diff line number Diff line change 13971397 <code ><![CDATA[ $this->fileIsEncrypted]]> </code >
13981398 </TypeDoesNotContainType >
13991399 </file >
1400- <file src =" apps/files/lib/BackgroundJob/ScanFiles.php" >
1401- <DeprecatedClass >
1402- <code ><![CDATA[ \OC_Util::tearDownFS()]]> </code >
1403- </DeprecatedClass >
1404- <DeprecatedMethod >
1405- <code ><![CDATA[ \OC_Util::tearDownFS()]]> </code >
1406- </DeprecatedMethod >
1407- </file >
14081400 <file src =" apps/files/lib/Command/Object/Multi/Users.php" >
14091401 <DeprecatedMethod >
14101402 <code ><![CDATA[ getUsersForUserValue]]> </code >
You can’t perform that action at this time.
0 commit comments