Fix the case of the "@inheritDoc" tag

According to the official documentation [1] the correct way of writing
the "inheritDoc" tag is with the uppercase "D".

[1]: https://docs.phpdoc.org/guides/inheritance.html

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-04-05 14:33:00 +02:00
commit 6040ddee42
No known key found for this signature in database
GPG key ID: 221E9281655813A6
941 changed files with 1134 additions and 1134 deletions

View file

@ -20,7 +20,7 @@ namespace Respect\Validation\Exceptions;
final class ExecutableException extends ValidationException
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public static $defaultTemplates = [
self::MODE_DEFAULT => [