Skip to content

Commit 0592e28

Browse files
pepakrizondrejmirtes
authored andcommitted
Enable test for PHP 7.0
1 parent a3eaf21 commit 0592e28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3312,7 +3312,6 @@ public function dataArrayAccess(): array
33123312
}
33133313

33143314
/**
3315-
* @requires PHP 7.1
33163315
* @dataProvider dataArrayAccess
33173316
* @param string $description
33183317
* @param string $expression

tests/PHPStan/Analyser/data/array-accessable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // lint >= 7.1
1+
<?php
22

33
namespace ArrayAccesable;
44

0 commit comments

Comments
 (0)