Skip to content

Commit

Permalink
Fix tests for PHP_VERSION_ID < 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhailov Nikolai committed Jun 18, 2024
1 parent 9a629af commit cc795ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/PHPStan/Analyser/nsrt/weakMap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php declare(strict_types = 1);
<?php // lint >= 8.0

declare(strict_types = 1);

namespace weakMap;

Expand Down

0 comments on commit cc795ab

Please sign in to comment.