From 56f4c4bed98eef9e422e7283e9c77cce15c312fd Mon Sep 17 00:00:00 2001 From: Roeland Douma Date: Thu, 12 May 2016 09:48:11 +0200 Subject: [PATCH] Move \OCP\Comments to PSR-4 (#24565) --- .../{comments/commentsevent.php => Comments/CommentsEvent.php} | 0 lib/public/{comments/icomment.php => Comments/IComment.php} | 0 .../icommentsmanager.php => Comments/ICommentsManager.php} | 0 .../ICommentsManagerFactory.php} | 0 .../IllegalIDChangeException.php} | 0 .../MessageTooLongException.php} | 0 .../notfoundexception.php => Comments/NotFoundException.php} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename lib/public/{comments/commentsevent.php => Comments/CommentsEvent.php} (100%) rename lib/public/{comments/icomment.php => Comments/IComment.php} (100%) rename lib/public/{comments/icommentsmanager.php => Comments/ICommentsManager.php} (100%) rename lib/public/{comments/icommentsmanagerfactory.php => Comments/ICommentsManagerFactory.php} (100%) rename lib/public/{comments/illegalidchangeexception.php => Comments/IllegalIDChangeException.php} (100%) rename lib/public/{comments/messagetoolongexception.php => Comments/MessageTooLongException.php} (100%) rename lib/public/{comments/notfoundexception.php => Comments/NotFoundException.php} (100%) diff --git a/lib/public/comments/commentsevent.php b/lib/public/Comments/CommentsEvent.php similarity index 100% rename from lib/public/comments/commentsevent.php rename to lib/public/Comments/CommentsEvent.php diff --git a/lib/public/comments/icomment.php b/lib/public/Comments/IComment.php similarity index 100% rename from lib/public/comments/icomment.php rename to lib/public/Comments/IComment.php diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/Comments/ICommentsManager.php similarity index 100% rename from lib/public/comments/icommentsmanager.php rename to lib/public/Comments/ICommentsManager.php diff --git a/lib/public/comments/icommentsmanagerfactory.php b/lib/public/Comments/ICommentsManagerFactory.php similarity index 100% rename from lib/public/comments/icommentsmanagerfactory.php rename to lib/public/Comments/ICommentsManagerFactory.php diff --git a/lib/public/comments/illegalidchangeexception.php b/lib/public/Comments/IllegalIDChangeException.php similarity index 100% rename from lib/public/comments/illegalidchangeexception.php rename to lib/public/Comments/IllegalIDChangeException.php diff --git a/lib/public/comments/messagetoolongexception.php b/lib/public/Comments/MessageTooLongException.php similarity index 100% rename from lib/public/comments/messagetoolongexception.php rename to lib/public/Comments/MessageTooLongException.php diff --git a/lib/public/comments/notfoundexception.php b/lib/public/Comments/NotFoundException.php similarity index 100% rename from lib/public/comments/notfoundexception.php rename to lib/public/Comments/NotFoundException.php