Skip to content

Commit

Permalink
Run Cs-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCadien committed Jul 12, 2023
1 parent 4e25882 commit c64acf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tests/Unit/Api/NewsApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
final class NewsApiTest extends TestCase
{
use NewsTrait;

public function testApiDto(): void
{
$apiDto = $this->generateApiNews();
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/Traits/Api/NewsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
trait NewsTrait
{
use \TheCadien\Bundle\SuluNewsBundle\Tests\Unit\Traits\Entity\NewsTrait;

public function generateApiNews(): ApiNews
{
return new ApiNews(
Expand Down

0 comments on commit c64acf4

Please sign in to comment.