Passed
Pull Request — master (#67)
by Victor
03:18
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/Compat/Settings.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
 use OCP\Settings\ISettings;
30 30
 
31
-abstract class Settings implements ISettings{
31
+abstract class Settings implements ISettings {
32 32
 
33 33
 	/**
34 34
 	 * @return string
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
 use OCP\Settings\ISettings;
30 30
 
31
-abstract class Settings implements ISettings{
31
+abstract class Settings implements ISettings {
32 32
 
33 33
 	/**
34 34
 	 * @return string
Please login to merge, or discard this patch.