Skip to content

Commit fc35493

Browse files
committed
Add a line after PHPDoc annotations
1 parent 92c6903 commit fc35493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SchemaOrgModel/AnnotationGenerator/PhpDocAnnotationGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function generateFieldAnnotations($className, $fieldName)
6464
$this->toPhpType($field),
6565
$annotations[0]
6666
);
67+
$annotations[] = '';
6768

6869
return $annotations;
6970
}

0 commit comments

Comments
 (0)