Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #64 from rollerworks/analysis-qM344K
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
sstok committed Sep 26, 2016
2 parents 78bbb8d + d710f05 commit 9fbb1c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/Column/ColumnTypeRegistryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

use Rollerworks\Component\Datagrid\DatagridExtensionInterface;
use Rollerworks\Component\Datagrid\Exception\InvalidArgumentException;
use Rollerworks\Component\Datagrid\Exception\UnexpectedTypeException;

/**
* @author Sebastiaan Stok <s.stok@rollerscapes.net>
Expand Down
3 changes: 1 addition & 2 deletions src/Column/ResolvedColumnType.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Rollerworks\Component\Datagrid\Column;

use Rollerworks\Component\Datagrid\DatagridView;
use Rollerworks\Component\Datagrid\Exception\InvalidArgumentException;
use Rollerworks\Component\Datagrid\Exception\UnexpectedTypeException;
use Rollerworks\Component\Datagrid\Extension\Core\Type\CompoundColumnType;
use Symfony\Component\OptionsResolver\OptionsResolver;
Expand Down Expand Up @@ -56,7 +55,7 @@ class ResolvedColumnType implements ResolvedColumnTypeInterface
* @param ColumnTypeExtensionInterface[] $typeExtensions
* @param ResolvedColumnTypeInterface $parent
*
* @throws UnexpectedTypeException When one of the given extensions is not an ColumnTypeExtensionInterface
* @throws UnexpectedTypeException When one of the given extensions is not an ColumnTypeExtensionInterface
*/
public function __construct(ColumnTypeInterface $innerType, array $typeExtensions = [], ResolvedColumnTypeInterface $parent = null)
{
Expand Down
1 change: 0 additions & 1 deletion src/Column/ResolvedColumnTypeFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Rollerworks\Component\Datagrid\Column;

use Rollerworks\Component\Datagrid\Exception\InvalidArgumentException;
use Rollerworks\Component\Datagrid\Exception\UnexpectedTypeException;

/**
* @author Sebastiaan Stok <s.stok@rollerscapes.net>
Expand Down

0 comments on commit 9fbb1c5

Please sign in to comment.