Skip to content

Commit

Permalink
Update tests/PHPStan/Analyser/data/bug-1014.php
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Langlet <VincentLanglet@users.noreply.github.com>
  • Loading branch information
staabm and VincentLanglet committed Jan 3, 2023
1 parent 129fd52 commit 859a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Analyser/data/bug-1014.php
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace bug1014;
namespace Bug1014;

use function PHPStan\Testing\assertType;

Expand Down

0 comments on commit 859a462

Please sign in to comment.