diff --git a/src/FormBuilderFactory.php b/src/FormBuilderFactory.php index ee71227..eb61e25 100644 --- a/src/FormBuilderFactory.php +++ b/src/FormBuilderFactory.php @@ -14,7 +14,7 @@ class FormBuilderFactory implements FactoryInterface { /** - * {@inheritdoc} + * {@inheritDoc} */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) { diff --git a/src/View/Helper/FormBuilderHelperFactory.php b/src/View/Helper/FormBuilderHelperFactory.php index cc387c1..bbd5f5c 100644 --- a/src/View/Helper/FormBuilderHelperFactory.php +++ b/src/View/Helper/FormBuilderHelperFactory.php @@ -13,7 +13,7 @@ class FormBuilderHelperFactory implements FactoryInterface { /** - * {@inheritdoc} + * {@inheritDoc} */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) { diff --git a/tests/Asset/SignInFilter.php b/tests/Asset/SignInFilter.php index 47c6772..b7e0c94 100644 --- a/tests/Asset/SignInFilter.php +++ b/tests/Asset/SignInFilter.php @@ -12,7 +12,7 @@ class SignInFilter extends InputFilter { /** - * {@inheritdoc} + * {@inheritDoc} */ public function __construct() { diff --git a/tests/Asset/SignInForm.php b/tests/Asset/SignInForm.php index 5780c5c..56013a0 100644 --- a/tests/Asset/SignInForm.php +++ b/tests/Asset/SignInForm.php @@ -12,7 +12,7 @@ class SignInForm extends FormAbstract { /** - * {@inheritdoc} + * {@inheritDoc} */ protected function inputs() {