Skip to content

Commit

Permalink
fix: PHP formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Jul 24, 2024
1 parent f427caf commit 4fabb37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/public/Files/Template/BeforeGetTemplatesEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BeforeGetTemplatesEvent extends Event {

/**
* @param array<Template> $templates
*
*
* @since 30.0.0
*/
public function __construct(array $templates) {
Expand All @@ -29,7 +29,7 @@ public function __construct(array $templates) {

/**
* @return array<Template>
*
*
* @since 30.0.0
*/
public function getTemplates(): array {
Expand Down
4 changes: 2 additions & 2 deletions lib/public/Files/Template/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Field implements \JsonSerializable {
* @param ?string $alias
* @param ?int $id
* @param ?string $tag
*
*
* @since 30.0.0
*/
public function __construct($index, $content, $type, $alias = null, $id = null, $tag = null) {
Expand All @@ -44,7 +44,7 @@ public function __construct($index, $content, $type, $alias = null, $id = null,

/**
* @return array
*
*
* @since 30.0.0
*/
public function jsonSerialize(): array {
Expand Down

0 comments on commit 4fabb37

Please sign in to comment.