@inherits
@inherits is a recognized alias for @extends: the two spellings parse identically and produce the exact same ExtendsTag instance. Some tools favor this plainer English word in place of the PHP keyword — this component accepts either.
"@extends" <Type> [ <Description> ]
"@inherits" <Type> [ <Description> ]
Both snippets above parse to the same ExtendsTag, exposing the same $type property. See @extends for the canonical reference on this tag's grammar, exposed shape and origin.
05 July 2026