From 161eaadc898c7f6210c2a10beff774bf569f6b79 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 18 Apr 2016 21:46:07 +0200 Subject: [PATCH] Move OC\IntegrityCheck to PSR-4 --- .../{integritycheck/checker.php => IntegrityCheck/Checker.php} | 0 .../Exceptions/InvalidSignatureException.php} | 0 .../applocator.php => IntegrityCheck/Helpers/AppLocator.php} | 0 .../Helpers/EnvironmentHelper.php} | 0 .../Helpers/FileAccessHelper.php} | 0 .../Iterator/ExcludeFileByNameFilterIterator.php} | 0 .../Iterator/ExcludeFoldersByPathFilterIterator.php} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename lib/private/{integritycheck/checker.php => IntegrityCheck/Checker.php} (100%) rename lib/private/{integritycheck/exceptions/invalidsignatureexception.php => IntegrityCheck/Exceptions/InvalidSignatureException.php} (100%) rename lib/private/{integritycheck/helpers/applocator.php => IntegrityCheck/Helpers/AppLocator.php} (100%) rename lib/private/{integritycheck/helpers/environmenthelper.php => IntegrityCheck/Helpers/EnvironmentHelper.php} (100%) rename lib/private/{integritycheck/helpers/fileaccesshelper.php => IntegrityCheck/Helpers/FileAccessHelper.php} (100%) rename lib/private/{integritycheck/iterator/excludefilebynamefilteriterator.php => IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php} (100%) rename lib/private/{integritycheck/iterator/excludefoldersbypathfilteriterator.php => IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php} (100%) diff --git a/lib/private/integritycheck/checker.php b/lib/private/IntegrityCheck/Checker.php similarity index 100% rename from lib/private/integritycheck/checker.php rename to lib/private/IntegrityCheck/Checker.php diff --git a/lib/private/integritycheck/exceptions/invalidsignatureexception.php b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php similarity index 100% rename from lib/private/integritycheck/exceptions/invalidsignatureexception.php rename to lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php diff --git a/lib/private/integritycheck/helpers/applocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php similarity index 100% rename from lib/private/integritycheck/helpers/applocator.php rename to lib/private/IntegrityCheck/Helpers/AppLocator.php diff --git a/lib/private/integritycheck/helpers/environmenthelper.php b/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php similarity index 100% rename from lib/private/integritycheck/helpers/environmenthelper.php rename to lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php diff --git a/lib/private/integritycheck/helpers/fileaccesshelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php similarity index 100% rename from lib/private/integritycheck/helpers/fileaccesshelper.php rename to lib/private/IntegrityCheck/Helpers/FileAccessHelper.php diff --git a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php similarity index 100% rename from lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php rename to lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php diff --git a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php similarity index 100% rename from lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php rename to lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php