Skip to content

Commit

Permalink
Add namespace to bug-8573.php / fix GenericsIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm authored and ondrejmirtes committed Dec 29, 2022
1 parent c96423e commit ab27d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/PHPStan/Rules/Methods/data/bug-8573.php
@@ -1,5 +1,7 @@
<?php declare(strict_types = 1);

namespace Bug8573;

class A
{
final public function __construct() { }
Expand Down

0 comments on commit ab27d89

Please sign in to comment.