mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
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:
parent
cd2390a9b0
commit
6040ddee42
941 changed files with 1134 additions and 1134 deletions
|
|
@ -20,7 +20,7 @@ namespace Respect\Validation\Exceptions;
|
|||
final class ExecutableException extends ValidationException
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public static $defaultTemplates = [
|
||||
self::MODE_DEFAULT => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue