Skip to content

Commit ab27d89

Browse files
herndlmondrejmirtes
authored andcommitted
Add namespace to bug-8573.php / fix GenericsIntegrationTest
1 parent c96423e commit ab27d89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Rules/Methods/data/bug-8573.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php declare(strict_types = 1);
22

3+
namespace Bug8573;
4+
35
class A
46
{
57
final public function __construct() { }

0 commit comments

Comments
 (0)