Skip to content

Commit 75a3ded

Browse files
committed
Expected 1 space after IF keyword : fixed
1 parent d90349b commit 75a3ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotations/standard/PropertyAnnotation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static function parseAnnotation($value)
5858
}
5959
$result=array('type' => $parts[0], 'name' => substr($parts[1], 1));
6060

61-
if(isset($parts[2])){
61+
if (isset($parts[2])){
6262
$result['description']=$parts[2];
6363
}
6464
return $result;

0 commit comments

Comments
 (0)