Skip to content

Commit

Permalink
fix typo, the related issue is phpstan/phpstan#7270
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan authored and ondrejmirtes committed Dec 20, 2022
1 parent 2feb9a7 commit 9fa2631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -409,7 +409,7 @@ public function testBug2741(): void
public function testBug7270(): void
{
$this->treatPhpDocTypesAsCertain = true;
$this->analyse([__DIR__ . '/data/bug-7271.php'], []);
$this->analyse([__DIR__ . '/data/bug-7270.php'], []);
}

public function testBug5743(): void
Expand Down
@@ -1,6 +1,6 @@
<?php

namespace Bug7271;
namespace Bug7270;

class Foo
{
Expand Down

0 comments on commit 9fa2631

Please sign in to comment.