@@ -41,8 +41,7 @@ |
||
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 |
@@ -24,7 +24,6 @@ |
||
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 | } |
@@ -24,7 +24,6 @@ |
||
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 | } |
@@ -27,8 +27,7 @@ |
||
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 | * |
@@ -45,8 +45,7 @@ |
||
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 |
@@ -37,8 +37,7 @@ |
||
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 |