diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-19 10:17:48 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-19 10:17:48 +0200 |
commit | 7054b9719b4bb48dbe82303a4bfb18fe3b087b47 (patch) | |
tree | 60f5d43103d576f34002ca3133f4357b12b6b19c | |
parent | f8c55beaae9dc0e5fefb4aa8f78d3d71ea580d59 (diff) | |
parent | c03bd2d8a7b51db1ad6367583f54e1b42a492101 (diff) | |
download | nextcloud-server-7054b9719b4bb48dbe82303a4bfb18fe3b087b47.tar.gz nextcloud-server-7054b9719b4bb48dbe82303a4bfb18fe3b087b47.zip |
Merge pull request #24074 from owncloud/integritycheck_psr4
Move OC\IntegrityCheck to PSR-4
-rw-r--r-- | lib/private/IntegrityCheck/Checker.php (renamed from lib/private/integritycheck/checker.php) | 2 | ||||
-rw-r--r-- | lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php (renamed from lib/private/integritycheck/exceptions/invalidsignatureexception.php) | 0 | ||||
-rw-r--r-- | lib/private/IntegrityCheck/Helpers/AppLocator.php (renamed from lib/private/integritycheck/helpers/applocator.php) | 0 | ||||
-rw-r--r-- | lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php (renamed from lib/private/integritycheck/helpers/environmenthelper.php) | 0 | ||||
-rw-r--r-- | lib/private/IntegrityCheck/Helpers/FileAccessHelper.php (renamed from lib/private/integritycheck/helpers/fileaccesshelper.php) | 0 | ||||
-rw-r--r-- | lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php (renamed from lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php) | 0 | ||||
-rw-r--r-- | lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php (renamed from lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php) | 0 |
7 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/integritycheck/checker.php b/lib/private/IntegrityCheck/Checker.php index d7867936887..c3d6aefb829 100644 --- a/lib/private/integritycheck/checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -25,7 +25,7 @@ use OC\IntegrityCheck\Exceptions\InvalidSignatureException; use OC\IntegrityCheck\Helpers\AppLocator; use OC\IntegrityCheck\Helpers\EnvironmentHelper; use OC\IntegrityCheck\Helpers\FileAccessHelper; -use OC\Integritycheck\Iterator\ExcludeFileByNameFilterIterator; +use OC\IntegrityCheck\Iterator\ExcludeFileByNameFilterIterator; use OC\IntegrityCheck\Iterator\ExcludeFoldersByPathFilterIterator; use OCP\App\IAppManager; use OCP\ICache; diff --git a/lib/private/integritycheck/exceptions/invalidsignatureexception.php b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php index 521171642b2..521171642b2 100644 --- a/lib/private/integritycheck/exceptions/invalidsignatureexception.php +++ b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php diff --git a/lib/private/integritycheck/helpers/applocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php index af22fca1fe4..af22fca1fe4 100644 --- a/lib/private/integritycheck/helpers/applocator.php +++ b/lib/private/IntegrityCheck/Helpers/AppLocator.php diff --git a/lib/private/integritycheck/helpers/environmenthelper.php b/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php index f56f07486c2..f56f07486c2 100644 --- a/lib/private/integritycheck/helpers/environmenthelper.php +++ b/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php diff --git a/lib/private/integritycheck/helpers/fileaccesshelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php index f0bf6576d35..f0bf6576d35 100644 --- a/lib/private/integritycheck/helpers/fileaccesshelper.php +++ b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php diff --git a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php index 51850852cbd..51850852cbd 100644 --- a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php +++ b/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php diff --git a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php index 1082e97c296..1082e97c296 100644 --- a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php +++ b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php |