Skip to content

Commit

Permalink
[CS] Fixed outstanding CS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Jan 14, 2022
1 parent db869b3 commit 0031ec5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Reference;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface ProxyGeneratorInterface
* @param \Closure $initializer
* @param array<string, mixed> $proxyOptions
*
* @return \ProxyManager\Proxy\VirtualProxyInterface&T
* @return \ProxyManager\Proxy\VirtualProxyInterface|T
*/
public function createProxy(string $className, Closure $initializer, array $proxyOptions = []): VirtualProxyInterface;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ContentTypeHandlerTest extends TestCase
*/
protected $updateHandlerMock;

/** @var \Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface&\PHPUnit\Framework\MockObject\MockObject */
/** @var \Ibexa\Core\Persistence\Legacy\Content\Type\StorageDispatcherInterface|\PHPUnit\Framework\MockObject\MockObject */
protected $storageDispatcherMock;

public function testCreateGroup()
Expand Down

0 comments on commit 0031ec5

Please sign in to comment.