mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fix typos
This commit is contained in:
@@ -102,7 +102,7 @@ final class StandardTagFactory implements TagFactory
|
||||
];
|
||||
|
||||
/**
|
||||
* @var array<class-string<Tag>> An array with a anotation s a key, and an
|
||||
* @var array<class-string<Tag>> An array with an annotation as a key, and an
|
||||
* FQCN to a class that handles it as an array value.
|
||||
*/
|
||||
private array $annotationMappings = [];
|
||||
@@ -323,7 +323,7 @@ final class StandardTagFactory implements TagFactory
|
||||
* Returns a copy of this class' Service Locator with added dynamic parameters,
|
||||
* such as the tag's name, body and Context.
|
||||
*
|
||||
* @param TypeContext $context The Context (namespace and aliasses) that may be
|
||||
* @param TypeContext $context The Context (namespace and aliases) that may be
|
||||
* passed and is used to resolve FQSENs.
|
||||
* @param string $tagName The name of the tag that may be
|
||||
* passed onto the factory method of the Tag class.
|
||||
|
||||
@@ -27,7 +27,7 @@ use function sprintf;
|
||||
* we cannot simply throw exceptions at all time because the exceptions will break the creation of a
|
||||
* docklock. Just silently ignore the exceptions is not an option because the user as an issue to fix.
|
||||
*
|
||||
* This tag holds that error information until a using application is able to display it. The object wil just behave
|
||||
* This tag holds that error information until a using application is able to display it. The object will just behave
|
||||
* like any normal tag. So the normal application flow will not break.
|
||||
*/
|
||||
final class InvalidTag implements Tag
|
||||
|
||||
Reference in New Issue
Block a user