Skip to content

Commit

Permalink
fix: Downgrade to PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Jul 31, 2024
1 parent 36b051b commit df28a0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion eZ/Publish/Core/Persistence/Legacy/Content/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ class Handler implements BaseContentHandler
*/
protected $treeHandler;

protected LanguageHandler $languageHandler;
/**
* @var \eZ\Publish\SPI\Persistence\Content\Language\Handler
*/
protected $languageHandler;

/** @var \Psr\Log\LoggerInterface */
private $logger;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ class ContentHandlerTest extends TestCase
*/
protected $contentTypeHandlerMock;

protected LanguageHandler $languageHandlerMock;
/**
* @var \eZ\Publish\Core\Persistence\Legacy\Content\Language\Handler
*/
protected $languageHandlerMock;

/**
* @covers \eZ\Publish\Core\Persistence\Legacy\Content\Handler::create
Expand Down

0 comments on commit df28a0d

Please sign in to comment.