Skip to content

Commit

Permalink
[FIX] CS issue in Tests\Unit\System\ContentObject\ContentObjectServic…
Browse files Browse the repository at this point in the history
…eTest

ContentObjectServiceTest class contained double space in `namespace` definition.
  • Loading branch information
dkd-kaehm committed Sep 12, 2024
1 parent ac09602 commit b5be2e1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Tests/Unit/System/ContentObject/ContentObjectServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* The TYPO3 project - inspiring people to share!
*/

namespace ApacheSolrForTypo3\Solr\Tests\Unit\System\ContentObject;
namespace ApacheSolrForTypo3\Solr\Tests\Unit\System\ContentObject;

use ApacheSolrForTypo3\Solr\System\ContentObject\ContentObjectService;
use ApacheSolrForTypo3\Solr\Tests\Unit\SetUpUnitTestCase;
Expand All @@ -28,14 +28,8 @@
*/
class ContentObjectServiceTest extends SetUpUnitTestCase
{
/**
* @var ContentObjectRenderer|MockObject
*/
protected $contentObjectRendererMock;
protected ContentObjectRenderer|MockObject $contentObjectRendererMock;

/**
* @var ContentObjectService
*/
protected ContentObjectService $contentObjectService;

protected function setUp(): void
Expand Down

0 comments on commit b5be2e1

Please sign in to comment.