Skip to content

Commit 67b97b3

Browse files
committed
Fix CS
1 parent 3670f6f commit 67b97b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/DocBlockHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function buildTableAnnotations(
139139
array $associationInfo,
140140
array $behaviors,
141141
string $entity,
142-
string $namespace
142+
string $namespace,
143143
): array {
144144
$annotations = [];
145145
foreach ($associations as $type => $assocs) {

0 commit comments

Comments
 (0)