Skip to content

Commit 15dcb64

Browse files
fix missing parenthesis
1 parent 06825cb commit 15dcb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ protected function getProfile(): ?Profile
417417
* ($collector is DataCollectorName::MAILER ? MessageDataCollector :
418418
* ($collector is DataCollectorName::NOTIFIER ? NotificationDataCollector :
419419
* DataCollectorInterface
420-
* ))))))))
420+
* )))))))))
421421
* )
422422
*
423423
* @throws AssertionFailedError

0 commit comments

Comments
 (0)