Passed
Pull Request — master (#77)
by Daniel
03:08
created
lib/Migration/Version010000.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 use OCP\Migration\IOutput;
42 42
 use OCP\Migration\SimpleMigrationStep;
43 43
 
44
-class Version010000 extends SimpleMigrationStep
45
-{
44
+class Version010000 extends SimpleMigrationStep {
46 45
 	/** @var IL10N */
47 46
 	private $l10n;
48 47
 
Please login to merge, or discard this patch.
lib/Exceptions/FilesystemNotWritableException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace OCA\CMSPico\Exceptions;
26 26
 
27
-class FilesystemNotWritableException extends \Exception
28
-{
27
+class FilesystemNotWritableException extends \Exception {
29 28
 
30 29
 }
Please login to merge, or discard this patch.
lib/Exceptions/FilesystemEncryptedException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 namespace OCA\CMSPico\Exceptions;
26 26
 
27
-class FilesystemEncryptedException extends \Exception
28
-{
27
+class FilesystemEncryptedException extends \Exception {
29 28
 
30 29
 }
Please login to merge, or discard this patch.
lib/Service/MiscService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
27 27
 use OCP\Files\InvalidPathException;
28 28
 use OCP\Security\ISecureRandom;
29 29
 
30
-class MiscService
31
-{
30
+class MiscService {
32 31
 	/**
33 32
 	 * @param string $path
34 33
 	 *
Please login to merge, or discard this patch.
lib/Service/WebsitesService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
 use OCA\CMSPico\Model\Website;
46 46
 use OCP\Files\File;
47 47
 
48
-class WebsitesService
49
-{
48
+class WebsitesService {
50 49
 	/** @var EncryptionManager */
51 50
 	private $encryptionManager;
52 51
 
Please login to merge, or discard this patch.
lib/Service/FileService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
 use OCP\Files\NotFoundException;
38 38
 use OCP\Files\NotPermittedException;
39 39
 
40
-class FileService
41
-{
40
+class FileService {
42 41
 	/** @var string */
43 42
 	const APPDATA_PUBLIC = 'appdata_public';
44 43
 
Please login to merge, or discard this patch.