Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Moln committed Feb 27, 2023
1 parent 2b645e6 commit cc3fcd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Container/SerializationPreparerStackFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<?php

declare(strict_types = 1);

namespace ZfeggTest\PsrMvc\Container;

use Zfegg\PsrMvc\Container\SerializationPreparerStackFactory;
use PHPUnit\Framework\TestCase;
use Zfegg\PsrMvc\Preparer\PreparerStack;
use Zfegg\PsrMvc\Preparer\ResultPreparableInterface;

use Zfegg\PsrMvc\Preparer\SerializationPreparer;
use ZfeggTest\PsrMvc\AbstractTestCase;

class SerializationPreparerStackFactoryTest extends AbstractTestCase
{

Expand Down

0 comments on commit cc3fcd2

Please sign in to comment.