Skip to content

Commit 5bb8c81

Browse files
committed
Remove tautological comments
1 parent de4c1eb commit 5bb8c81

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<env name="DOCTRINE_DEPRECATIONS" value="trigger"/>
1717
</php>
1818

19-
<source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="true">
19+
<source ignoreSuppressionOfDeprecations="true">
2020
<include>
2121
<directory>./src</directory>
2222
</include>

tests/Common/DataFixtures/BaseTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
use function method_exists;
1313

14-
/**
15-
* Base test class
16-
*/
1714
abstract class BaseTestCase extends TestCase
1815
{
1916
/**

tests/Common/DataFixtures/ProxyReferenceRepositoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
use Doctrine\Tests\Common\DataFixtures\TestValueObjects\Uuid;
1616
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
1717

18-
/**
19-
* Test ProxyReferenceRepository.
20-
*/
2118
class ProxyReferenceRepositoryTest extends BaseTestCase
2219
{
2320
public const TEST_ENTITY_ROLE = Role::class;

0 commit comments

Comments
 (0)