Skip to content

Commit

Permalink
Merge pull request #16 from szepeviktor/fix-docblocks
Browse files Browse the repository at this point in the history
Fix docblocks
  • Loading branch information
Chrico committed Jun 19, 2023
2 parents 67b396a + d681365 commit 139bb59
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/ChoiceList/CallbackChoiceList.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class CallbackChoiceList extends ArrayChoiceList

/**
* ArrayChoiceList constructor.
*
* @param $callback $callback
*/
public function __construct(callable $callback)
{
Expand Down
2 changes: 1 addition & 1 deletion src/View/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ChriCo\Fields\View;

use ChriCO\Fields\ChoiceList\ChoiceListInterface;
use ChriCo\Fields\ChoiceList\ChoiceListInterface;
use ChriCo\Fields\Element\ChoiceElementInterface;
use ChriCo\Fields\Element\ElementInterface;
use ChriCo\Fields\Exception\InvalidClassException;
Expand Down
2 changes: 0 additions & 2 deletions src/ViewFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class ViewFactory extends AbstractFactory
/**
* Find the correct Field-Class by type.
*
* @param mixed $type
*
* @throws Exception\UnknownTypeException
*
* @return RenderableElementInterface $class
Expand Down

0 comments on commit 139bb59

Please sign in to comment.