Fixed phpcs error
parent
6980fb5da7
commit
b0f3952844
|
@ -192,7 +192,8 @@ class SignatureHelpProvider
|
|||
array_pop($stack);
|
||||
}
|
||||
}
|
||||
} catch (\Exception $ignore) { }
|
||||
} catch (\Exception $ignore) {
|
||||
}
|
||||
}
|
||||
if ($help->activeParameter < count($signature->parameters)) {
|
||||
$help->signatures[] = $signature;
|
||||
|
|
Loading…
Reference in New Issue