Skip to content

Conversation

@sketchings
Copy link
Contributor

  • Update formatting for description
  • add resources for April Meetup
  • add youTube link for 2 past Meetups

@sketchings sketchings requested review from OGProgrammer, cookieguru, ericpoe and iansltx and removed request for ericpoe April 14, 2025 21:40
->addMethod('getDescription')
->setReturnType('string')
->setBody('return \'' . addslashes($description) . '\';');
->setBody('return <<<END' . PHP_EOL . wordwrap($description, 110, PHP_EOL) . PHP_EOL . 'END;');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, this should fix issues with new meetups failing the linter

@cookieguru cookieguru merged commit 0c78ca0 into main Apr 14, 2025
3 checks passed
@cookieguru cookieguru deleted the update-meetup-links branch April 14, 2025 21:50
@ericpoe
Copy link
Contributor

ericpoe commented Apr 14, 2025

🫰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants