mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 09:19:40 +01:00
revert confusing change
This commit is contained in:
parent
1a2ac657f8
commit
433474260c
@ -237,7 +237,7 @@ class FunctionDocblockManipulator
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($char === '\\' || preg_match('/\w/', $char)) {
|
if ($chars[$i + 1] === '\\' || preg_match('/\w/', $char)) {
|
||||||
if ($this->return_typehint_start === null) {
|
if ($this->return_typehint_start === null) {
|
||||||
$this->return_typehint_start = $i + $end_bracket_position + 1;
|
$this->return_typehint_start = $i + $end_bracket_position + 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user