Skip to content

Commit

Permalink
Fixex code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Aug 9, 2023
1 parent 48b6411 commit eb54e89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* @copyright Copyright (C) Ibexa AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
Expand Down
1 change: 0 additions & 1 deletion src/contracts/Event/NameSchema/ResolveNameSchemaEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@

final class ResolveNameSchemaEvent extends AbstractNameSchemaEvent
{

}
4 changes: 2 additions & 2 deletions src/lib/Repository/NameSchema/NameSchemaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ public function resolveNameSchema(
return $this->buildNames($event->getTokenValues(), $schemaName);
}

public function resolveContentNameSchema(){

public function resolveContentNameSchema()
{
}

public function resolve(
Expand Down

0 comments on commit eb54e89

Please sign in to comment.