In this lesson, you will learn another type of comment called DocBlock which can be used to provide additional information about a class, method, property, constant, etc.
SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
⭐ Become a Patreon: / programwithgio
THANK YOU!
LESSON 2.17
Course Outline - https://github.com/ggelashvili/learnp...
Course Playlist - • Learn PHP The Right Way - Full PHP Tu...
RESOURCES
https://docs.phpdoc.org/3.0/guide/gui...
CHAPTERS
00:00 - DocBlock
00:48 - @param & @return tags
02:29 - @throws tag
02:54 - @var tag
04:56 - @property & @method tags
07:19 - Personal opinion/preference