Skip to content

Commit ecdf310

Browse files
committed
Revert fixture file
1 parent 654b965 commit ecdf310

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Symplify\PHPStanRules\Tests\Rules\Symfony\NoListenerWithoutContractRule\Fixture;
4+
5+
final class SkipDoctrineListener
6+
{
7+
public function onFlush(\Doctrine\ODM\MongoDB\Event\OnFlushEventArgs $onFlushEventArgs)
8+
{
9+
}
10+
}

0 commit comments

Comments
 (0)