Skip to content

Commit de07d1d

Browse files
GrahamCampbellmvriel
authored andcommitted
Fixed code style
1 parent 1754f8e commit de07d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DocBlock/Tags/TagWithType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected static function extractTypeFromBody(string $body) : array
4747
if (in_array($character, ['<', '(', '[', '{'])) {
4848
$nestingLevel++;
4949
}
50+
5051
if (in_array($character, ['>', ')', ']', '}'])) {
5152
$nestingLevel--;
5253
}

0 commit comments

Comments
 (0)