@@ -24,8 +24,7 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\CMSPico\Exceptions; |
26 | 26 | |
27 | -class AssetInvalidPathException extends \Exception |
|
28 | -{ |
|
27 | +class AssetInvalidPathException extends \Exception { |
|
29 | 28 | /** |
30 | 29 | * AssetInvalidPathException constructor. |
31 | 30 | * |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\CMSPico\Exceptions; |
26 | 26 | |
27 | -class WebsiteNotFoundException extends \Exception |
|
28 | -{ |
|
27 | +class WebsiteNotFoundException extends \Exception { |
|
29 | 28 | |
30 | 29 | } |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\CMSPico\Exceptions; |
26 | 26 | |
27 | -class WebsiteNotPermittedException extends \Exception |
|
28 | -{ |
|
27 | +class WebsiteNotPermittedException extends \Exception { |
|
29 | 28 | |
30 | 29 | } |
@@ -25,8 +25,7 @@ |
||
25 | 25 | |
26 | 26 | namespace OCA\CMSPico\Exceptions; |
27 | 27 | |
28 | -class PageNotFoundException extends \Exception |
|
29 | -{ |
|
28 | +class PageNotFoundException extends \Exception { |
|
30 | 29 | /** |
31 | 30 | * PageNotFoundException constructor. |
32 | 31 | * |
@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\CMSPico\Exceptions; |
26 | 26 | |
27 | -class TemplateNotFoundException extends \Exception |
|
28 | -{ |
|
27 | +class TemplateNotFoundException extends \Exception { |
|
29 | 28 | |
30 | 29 | } |
@@ -24,8 +24,7 @@ |
||
24 | 24 | |
25 | 25 | namespace OCA\CMSPico\Exceptions; |
26 | 26 | |
27 | -class AssetNotPermittedException extends \Exception |
|
28 | -{ |
|
27 | +class AssetNotPermittedException extends \Exception { |
|
29 | 28 | /** |
30 | 29 | * AssetNotPermittedException constructor. |
31 | 30 | * |
@@ -27,8 +27,7 @@ |
||
27 | 27 | |
28 | 28 | use OCA\CMSPico\Service\WebsitesService; |
29 | 29 | |
30 | -class UserEvents |
|
31 | -{ |
|
30 | +class UserEvents { |
|
32 | 31 | /** @var WebsitesService */ |
33 | 32 | private $websitesService; |
34 | 33 |
@@ -30,8 +30,7 @@ |
||
30 | 30 | use OCP\IURLGenerator; |
31 | 31 | use OCP\Settings\IIconSection; |
32 | 32 | |
33 | -class PersonalSection implements IIconSection |
|
34 | -{ |
|
33 | +class PersonalSection implements IIconSection { |
|
35 | 34 | /** @var IL10N */ |
36 | 35 | private $l10n; |
37 | 36 |
@@ -30,8 +30,7 @@ |
||
30 | 30 | use OCP\IURLGenerator; |
31 | 31 | use OCP\Settings\IIconSection; |
32 | 32 | |
33 | -class AdminSection implements IIconSection |
|
34 | -{ |
|
33 | +class AdminSection implements IIconSection { |
|
35 | 34 | /** @var IL10N */ |
36 | 35 | private $l10n; |
37 | 36 |