scrivo / highlight.php

A port of highlight.js by Ivan Sagalaev to PHP
BSD 3-Clause "New" or "Revised" License
695 stars 45 forks source link

Correct `{@inheritdoc}` to `@inheritDoc` in doc blocks #81

Closed phpfui closed 4 years ago

phpfui commented 4 years ago

Minor issue, but for Hacktoberfest, I thought I would correct it.

{@inheritdoc} should be @inheritDoc

See Inheritance

Also, feel free to link to your full source code docs at PHPFUI/InstaDoc/Highlight. I use it to highlight the PHP code.