1
0
Fork 0

Fixed phpcs error

pull/250/head
Ivan Bozhanov 2017-01-20 20:33:57 +02:00 committed by GitHub
parent 6980fb5da7
commit b0f3952844
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ class SignatureHelpProvider
array_pop($stack); array_pop($stack);
} }
} }
} catch (\Exception $ignore) { } } catch (\Exception $ignore) {
}
} }
if ($help->activeParameter < count($signature->parameters)) { if ($help->activeParameter < count($signature->parameters)) {
$help->signatures[] = $signature; $help->signatures[] = $signature;