mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix expected php 8.0 syntax error (#4084)
This will very likely be parsed as an attribute in php 8.0 See https://wiki.php.net/rfc/shorter_attribute_syntax_change#secondary_vote
This commit is contained in:
parent
f9815d6e83
commit
5f855a73d4
@ -449,7 +449,7 @@ class SymbolLookupTest extends \Psalm\Tests\TestCase
|
||||
[new Position(8, 46), 'B\A::bar', 0, 1],
|
||||
[new Position(8, 47), 'B\A::foo', 0, 2],
|
||||
[new Position(10, 40), 'B\A::staticfoo', 0, 1],
|
||||
#[new Position(12, 28), 'B\foo', 0, 1],
|
||||
// [new Position(12, 28), 'B\foo', 0, 1],
|
||||
[new Position(14, 30), 'B\A::__construct', 0, 0],
|
||||
[new Position(16, 31), 'strlen', 0, 1],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user