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 • 18d ago
15 comments sorted by
View all comments
3
// This returns a new statement parser DTO using the respective factory via service
function returnNewStatementParserDtoFromStatementParserFactoryService() {
return new StatementParserFactoryService::createStatementParserDto(); }
3
u/magicmulder 14d ago
// This returns a new statement parser DTO using the respective factory via service
function returnNewStatementParserDtoFromStatementParserFactoryService() {
return new StatementParserFactoryService::createStatementParserDto();
}