Skip to content

Commit

Permalink
OXDEV-8593: Fix return annotation of ThemeDataType::getParentVersions()
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Dec 12, 2024
1 parent 1baee51 commit 3b126da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Theme/DataType/ThemeDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getParentTheme(): ?string
}

/**
* @inheritDoc
* @return ?string[]
*/
#[Field]
public function getParentVersions(): ?array
Expand Down
1 change: 0 additions & 1 deletion tests/Codeception/Acceptance/Theme/ThemeListCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace OxidEsales\GraphQL\ConfigurationAccess\Tests\Codeception\Acceptance\Theme;

use OxidEsales\GraphQL\ConfigurationAccess\Shared\Enum\FieldType;
use OxidEsales\GraphQL\ConfigurationAccess\Tests\Codeception\Acceptance\BaseCest;
use OxidEsales\GraphQL\ConfigurationAccess\Tests\Codeception\AcceptanceTester;

Expand Down

0 comments on commit 3b126da

Please sign in to comment.