mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 18:48:03 +01:00
fix error
This commit is contained in:
parent
d8f42d7281
commit
ad6229fe67
@ -237,7 +237,7 @@ class FunctionDocblockManipulator
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($chars[$i + 1] === '\\' || preg_match('/\w/', $char)) {
|
||||
if ($chars[$i] === '\\' || preg_match('/\w/', $char)) {
|
||||
if ($this->return_typehint_start === null) {
|
||||
$this->return_typehint_start = $i + $end_bracket_position + 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user