Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

thanosp/phpstorm-inheritdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP @inheritDoc plugin for phpstorm

  • Folds {@inheritDoc} tags and shows the inherited text instead.
  • Can suggest to add inheritDoc if a docblock is missing but a parent doc is found
  • Can suggest to replace the docblock with inheritDoc if a docblock found not using inheritdoc
  • Provides inheritDoc code inspection