Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix missing parenthesis
  • Loading branch information
d-mitrofanov-v committed Nov 11, 2025
commit 15dcb6447e66a1570419c81e2a3a79caaae9c27c
2 changes: 1 addition & 1 deletion src/Codeception/Module/Symfony.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ protected function getProfile(): ?Profile
* ($collector is DataCollectorName::MAILER ? MessageDataCollector :
* ($collector is DataCollectorName::NOTIFIER ? NotificationDataCollector :
* DataCollectorInterface
* ))))))))
* )))))))))
* )
*
* @throws AssertionFailedError
Expand Down
Loading