stable

Clone or download

Read-only

src/common/FRS to match PSR4

I had to re-create the psalm baseline to match the new paths. I also had to update a bit the psalm tooling to make it work when default php is not php 7.3 Part of story #14008 customize FRS Download Agreement in my project Change-Id: I93c240bbabad4c35fb40e7e3492535526b98ef05

Modified Files

Name
M Makefile +2 −2 Go to diff View file
R src/common/frs/BaseFrsPresenter.php Go to diff View file
R src/common/frs/Exceptions.class.php Go to diff View file
R src/common/frs/FRSDeletePackageNotYoursException.php Go to diff View file
R src/common/frs/FRSDeleteReleaseNotYoursException.php Go to diff View file
R src/common/frs/FRSFile.class.php Go to diff View file
R src/common/frs/FRSFileDownloadController.php Go to diff View file
R src/common/frs/FRSFileDownloadOldURLRedirectionController.php Go to diff View file
R src/common/frs/FRSFileFactory.class.php Go to diff View file
R src/common/frs/FRSFileNotPresentInStorage.php Go to diff View file
R src/common/frs/FRSFileOngoingUploadException.php Go to diff View file
R src/common/frs/FRSIncomingDirectoryCleaner.php Go to diff View file
R src/common/frs/FRSLog.class.php Go to diff View file
R src/common/frs/FRSOngoingUploadChecker.php Go to diff View file
R src/common/frs/FRSPackage.class.php Go to diff View file
R src/common/frs/FRSPackageController.php Go to diff View file
R src/common/frs/FRSPackageFactory.class.php Go to diff View file
R src/common/frs/FRSPackageHasReleaseException.php Go to diff View file
R src/common/frs/FRSPackageNameAlreadyExistsException.php Go to diff View file
R src/common/frs/FRSPackagePaginatedCollection.php Go to diff View file
R src/common/frs/FRSPackagePermissionPresenter.php Go to diff View file
R src/common/frs/FRSPackageRouter.php Go to diff View file
R src/common/frs/FRSPermission.php Go to diff View file
R src/common/frs/FRSPermissionCreator.php Go to diff View file
R src/common/frs/FRSPermissionDao.php Go to diff View file
R src/common/frs/FRSPermissionFactory.php Go to diff View file
R src/common/frs/FRSPermissionManager.php Go to diff View file
R src/common/frs/FRSRelease.class.php Go to diff View file
R src/common/frs/FRSReleaseController.php Go to diff View file
R src/common/frs/FRSReleaseFactory.class.php Go to diff View file
R src/common/frs/FRSReleasePaginatedCollection.php Go to diff View file
R src/common/frs/FRSReleasePermissionPresenter.php Go to diff View file
R src/common/frs/FRSReleaseRouter.php Go to diff View file
R src/common/frs/FRSRouter.php Go to diff View file
R src/common/frs/FRSValidator.php Go to diff View file
R src/common/frs/FRSXMLImporter.class.php Go to diff View file
R src/common/frs/FileModuleMonitorFactory.class.php Go to diff View file
R src/common/frs/PackagePermissionManager.php Go to diff View file
R src/common/frs/PermissionController.php Go to diff View file
R src/common/frs/PermissionPresenter.php Go to diff View file
R src/common/frs/PermissionsPerGroup/FRSPermissionPerGroupURLBuilder.php Go to diff View file
R src/common/frs/PermissionsPerGroup/FrsGlobalAdminPermissionCollection.php Go to diff View file
R src/common/frs/PermissionsPerGroup/GlobalPresenter.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PackagePermissionPerGroupJSONRepresentationRetriever.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PackagePermissionPerGroupReleaseRepresentation.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PackagePermissionPerGroupReleaseRepresentationBuilder.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PackagePermissionPerGroupRepresentation.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PackagePermissionPerGroupRepresentationBuilder.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PaneCollector.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PermissionPerGroupFRSPackagesPresenterBuilder.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PermissionPerGroupFRSServicePresenterBuilder.php Go to diff View file
R src/common/frs/PermissionsPerGroup/PermissionPerTypeExtractor.php Go to diff View file
R src/common/frs/ReleasePermissionManager.php Go to diff View file
R src/common/frs/SectionsPresenter.php Go to diff View file
R src/common/frs/ServiceFile.class.php Go to diff View file
R src/common/frs/ToolbarPresenter.php Go to diff View file
R src/common/frs/UploadedLink.php Go to diff View file
R src/common/frs/UploadedLinkDeletor.php Go to diff View file
R src/common/frs/UploadedLinkPresenter.php Go to diff View file
R src/common/frs/UploadedLinkPresentersBuilder.php Go to diff View file
R src/common/frs/UploadedLinkUpdateTablePresenter.php Go to diff View file
R src/common/frs/UploadedLinksDao.php Go to diff View file
R src/common/frs/UploadedLinksInvalidFormException.php Go to diff View file
R src/common/frs/UploadedLinksRequestFormatter.php Go to diff View file
R src/common/frs/UploadedLinksRetriever.php Go to diff View file
R src/common/frs/UploadedLinksTablePresenter.php Go to diff View file
R src/common/frs/UploadedLinksUpdater.php Go to diff View file
M src/core/goto.php +2 −5 Go to diff View file
M tests/lib/Psalm/PsalmCommandLauncherWithIgnoreDirectory.php +6 −2 Go to diff View file
M tests/phpunit/tests/Psalm/PsalmCommandLauncherWithIgnoreDirectoryTest.php +32 −2 Go to diff View file
M tests/psalm/psalm-config-plugins-git-ignore.php +2 −1 Go to diff View file
M tests/psalm/tuleap-baseline.xml +407 −903 Go to diff View file