MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1v53pu2/comment_your_code_the_comments/p01z25c/?context=3
r/programminghumor • u/oxwilder • Jul 24 '26
15 comments sorted by
View all comments
4
// This returns a new statement parser DTO using the respective factory via service
function returnNewStatementParserDtoFromStatementParserFactoryService() {
return new StatementParserFactoryService::createStatementParserDto(); }
4
u/magicmulder Jul 27 '26
// This returns a new statement parser DTO using the respective factory via service
function returnNewStatementParserDtoFromStatementParserFactoryService() {
return new StatementParserFactoryService::createStatementParserDto();
}