Skip to content

Commit

Permalink
Fixed code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Aug 9, 2023
1 parent 1cf2892 commit 6f82c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/lib/Repository/Helper/NameSchemaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public function resolveNameSchema(
ContentType $contentType,
array $fieldMap,
array $languageCodes
): array
{
): array {
[$filteredNameSchema, $groupLookupTable] = $this->filterNameSchema($nameSchema);
$tokens = $this->extractTokens($filteredNameSchema);
$schemaIdentifiers = $this->getIdentifiers($nameSchema);
Expand Down
3 changes: 1 addition & 2 deletions tests/lib/Repository/NameSchema/NameSchemaServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ public function testResolveNameSchema(
array $tokenValues,
array $languageCodes,
array $expectedNames
): void
{
): void {
$content = $this->buildTestContentObject();
$nameSchema = '<text3|text2>';
$contentType = $this->buildTestContentTypeStub($nameSchema, $nameSchema);
Expand Down

0 comments on commit 6f82c78

Please sign in to comment.