Skip to content

Commit

Permalink
Fix CS problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertroth committed Sep 22, 2023
1 parent 6b62d02 commit 16efced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Proxy/Events/ProxyPostInterceptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
use Pimcore\Bundle\StaticResolverBundle\Proxy\Exceptions\ReadOnlyException;
use Symfony\Component\EventDispatcher\GenericEvent;

class ProxyPostInterceptor extends GenericEvent implements ProxyPostInterceptorInterface, MethodeArgumentsInterceptorInterface
class ProxyPostInterceptor extends GenericEvent
implements ProxyPostInterceptorInterface, MethodeArgumentsInterceptorInterface
{
use GetMethodBasics;

Expand Down
3 changes: 2 additions & 1 deletion src/Proxy/Events/ProxyPreInterceptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
use ReflectionUnionType;
use Symfony\Component\EventDispatcher\GenericEvent;

class ProxyPreInterceptor extends GenericEvent implements ProxyPreInterceptorInterface, MethodeArgumentsInterceptorInterface
class ProxyPreInterceptor extends GenericEvent
implements ProxyPreInterceptorInterface, MethodeArgumentsInterceptorInterface
{
use GetMethodBasics;

Expand Down

0 comments on commit 16efced

Please sign in to comment.