Passed
Push — master ( 11b018...e5557a )
by Maxence
05:01 queued 01:42
created
lib/Controller/PicoController.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,6 @@  discard block
 block discarded – undo
81 81
 	 *
82 82
 	 * @PublicPage
83 83
 	 * @NoCSRFRequired
84
-
85 84
 	 * @return Response
86 85
 	 */
87 86
 	public function getRoot($site) {
@@ -92,7 +91,6 @@  discard block
 block discarded – undo
92 91
 	/**
93 92
 	 * @param string $site
94 93
 	 * @param $page
95
-
96 94
 	 * @PublicPage
97 95
 	 * @NoCSRFRequired
98 96
 	 *
Please login to merge, or discard this patch.
lib/Service/FileService.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -121,11 +121,11 @@
 block discarded – undo
121 121
 
122 122
 /**
123 123
  * // TODO: this function should use File from nc, not read on the filesystem
124
-	 * @param string $base
125
-	 * @param string $dir
126
-	 *
127
-	 * @return string[]
128
-	 */
124
+ * @param string $base
125
+ * @param string $dir
126
+ *
127
+ * @return string[]
128
+ */
129 129
 	public function getAppDataFiles($base, $dir = '') {
130 130
 
131 131
 		$base = MiscService::endSlash($base);
Please login to merge, or discard this patch.