X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcopyFileBackend.php;h=9ba5bf5a5a7541c47ec27b5e696b04fd4f9f200b;hb=aac6b26c0bafc81287bb042304f1d346da94dc89;hp=3374893755fb92bf49a0e5d489886875f5688ea2;hpb=925c20a9ca669c67cc44f4468d0e0f3b33b94213;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/copyFileBackend.php b/maintenance/copyFileBackend.php index 3374893755..9ba5bf5a5a 100644 --- a/maintenance/copyFileBackend.php +++ b/maintenance/copyFileBackend.php @@ -168,7 +168,7 @@ class CopyFileBackend extends Maintenance { * @param FileBackend $src * @param FileBackend $dst * @param string $backendRel - * @return array (rel paths in $src minus those in $dst) + * @return string[] (rel paths in $src minus those in $dst) */ protected function getListingDiffRel( FileBackend $src, FileBackend $dst, $backendRel ) { $srcPathsRel = $src->getFileList( [ @@ -200,7 +200,7 @@ class CopyFileBackend extends Maintenance { } /** - * @param array $srcPathsRel + * @param string[] $srcPathsRel * @param string $backendRel * @param FileBackend $src * @param FileBackend $dst @@ -288,7 +288,7 @@ class CopyFileBackend extends Maintenance { } /** - * @param array $dstPathsRel + * @param string[] $dstPathsRel * @param string $backendRel * @param FileBackend $dst * @return void