Completed
Push — master ( da5ff1...ff6e7f )
by Olivier
20:05 queued 16:36
created
service/searchfolderservice.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ownCloud - galleryplus
4
- *
5
- * This file is licensed under the Affero General Public License version 3 or
6
- * later. See the COPYING file.
7
- *
8
- * @author Olivier Paroz <[email protected]>
9
- *
10
- * @copyright Olivier Paroz 2014-2015
11
- */
3
+	 * ownCloud - galleryplus
4
+	 *
5
+	 * This file is licensed under the Affero General Public License version 3 or
6
+	 * later. See the COPYING file.
7
+	 *
8
+	 * @author Olivier Paroz <[email protected]>
9
+	 *
10
+	 * @copyright Olivier Paroz 2014-2015
11
+	 */
12 12
 
13 13
 namespace OCA\GalleryPlus\Service;
14 14
 
Please login to merge, or discard this patch.
middleware/sharingcheckmiddleware.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ownCloud - galleryplus
4
- *
5
- * This file is licensed under the Affero General Public License version 3 or
6
- * later. See the COPYING file.
7
- *
8
- * @author Lukas Reschke <[email protected]>
9
- * @author Olivier Paroz <[email protected]>
10
- *
11
- * @copyright Lukas Reschke 2014-2015
12
- * @copyright Olivier Paroz 2014-2015
13
- */
3
+	 * ownCloud - galleryplus
4
+	 *
5
+	 * This file is licensed under the Affero General Public License version 3 or
6
+	 * later. See the COPYING file.
7
+	 *
8
+	 * @author Lukas Reschke <[email protected]>
9
+	 * @author Olivier Paroz <[email protected]>
10
+	 *
11
+	 * @copyright Lukas Reschke 2014-2015
12
+	 * @copyright Olivier Paroz 2014-2015
13
+	 */
14 14
 
15 15
 namespace OCA\GalleryPlus\Middleware;
16 16
 
Please login to merge, or discard this patch.
service/searchmediaservice.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ownCloud - galleryplus
4
- *
5
- * This file is licensed under the Affero General Public License version 3 or
6
- * later. See the COPYING file.
7
- *
8
- * @author Olivier Paroz <[email protected]>
9
- *
10
- * @copyright Olivier Paroz 2014-2015
11
- */
3
+	 * ownCloud - galleryplus
4
+	 *
5
+	 * This file is licensed under the Affero General Public License version 3 or
6
+	 * later. See the COPYING file.
7
+	 *
8
+	 * @author Olivier Paroz <[email protected]>
9
+	 *
10
+	 * @copyright Olivier Paroz 2014-2015
11
+	 */
12 12
 
13 13
 namespace OCA\GalleryPlus\Service;
14 14
 
Please login to merge, or discard this patch.