1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix style issues

This commit is contained in:
Brown 2020-08-28 15:46:47 -04:00
parent fc50dd3acb
commit d29620a42b

View File

@ -747,7 +747,8 @@ class ParseTreeCreator
case '(':
if (in_array(
$type_token[0],
['callable', 'pure-callable', 'Closure', '\Closure', 'pure-Closure'], true
['callable', 'pure-callable', 'Closure', '\Closure', 'pure-Closure'],
true
)) {
$new_leaf = new ParseTree\CallableTree(
$type_token[0],