Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
more code
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Aug 26, 2016
1 parent 99b43c4 commit 4cceb73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/FormBuilderFactory.php
Expand Up @@ -14,7 +14,7 @@
class FormBuilderFactory implements FactoryInterface
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/View/Helper/FormBuilderHelperFactory.php
Expand Up @@ -13,7 +13,7 @@
class FormBuilderHelperFactory implements FactoryInterface
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Asset/SignInFilter.php
Expand Up @@ -12,7 +12,7 @@
class SignInFilter extends InputFilter
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
public function __construct()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Asset/SignInForm.php
Expand Up @@ -12,7 +12,7 @@
class SignInForm extends FormAbstract
{
/**
* {@inheritdoc}
* {@inheritDoc}
*/
protected function inputs()
{
Expand Down

0 comments on commit 4cceb73

Please sign in to comment.