Skip to content

Commit 3892700

Browse files
committed
add new line
1 parent 4e7a4c9 commit 3892700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TopicDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ private function getTopicIdByRegex(string $class, string $method): string|int|nu
194194
$methodName = $match[2];
195195

196196
$attributes = array_map('trim', explode(',', $attributeString));
197+
197198
foreach ($attributes as $attribute) {
198199
$attributeName = preg_replace('/\(.*/', '', $attribute);
199200
$allAttributes[$methodName][] = $attributeName;

0 commit comments

Comments
 (0)