Skip to content

Commit

Permalink
Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Андрей Чешуин authored and Андрей Чешуин committed Nov 19, 2019
1 parent a0fe331 commit ea8e079
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace TwbsHelper\Form\View\Helper\Factory;


class FormCollectionFactory implements \Zend\ServiceManager\FactoryInterface
{
/**
Expand Down Expand Up @@ -40,4 +39,4 @@ public function __invoke(\Interop\Container\ContainerInterface $oContainer, $sRe

return new \TwbsHelper\Form\View\Helper\FormCollection($oOptions);
}
}
}
3 changes: 1 addition & 2 deletions src/TwbsHelper/Form/View/Helper/Factory/FormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace TwbsHelper\Form\View\Helper\Factory;


class FormFactory implements \Zend\ServiceManager\FactoryInterface
{
/**
Expand Down Expand Up @@ -40,4 +39,4 @@ public function __invoke(\Interop\Container\ContainerInterface $oContainer, $sRe

return new \TwbsHelper\Form\View\Helper\Form($oOptions);
}
}
}
3 changes: 1 addition & 2 deletions src/TwbsHelper/Form/View/Helper/Factory/FormRowFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

namespace TwbsHelper\Form\View\Helper\Factory;


class FormRowFactory implements \Zend\ServiceManager\FactoryInterface
{
/**
Expand Down Expand Up @@ -40,4 +39,4 @@ public function __invoke(\Interop\Container\ContainerInterface $oContainer, $sRe

return new \TwbsHelper\Form\View\Helper\FormRow($oOptions);
}
}
}

0 comments on commit ea8e079

Please sign in to comment.