Skip to content

Commit

Permalink
Remove dependency of Del\Common\Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Nov 11, 2017
1 parent 88f9e45 commit a85764d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
10 changes: 10 additions & 0 deletions src/Collection/AbstractCollection.php
@@ -0,0 +1,10 @@
<?php

namespace Del\Form\Collection;

use ArrayIterator;

class AbstractCollection extends ArrayIterator
{

}
8 changes: 8 additions & 0 deletions src/Collection/CollectionInterface.php
@@ -0,0 +1,8 @@
<?php

namespace Del\Form\Collection;

interface CollectionInterface
{

}
2 changes: 0 additions & 2 deletions src/Collection/FieldCollection.php
Expand Up @@ -7,8 +7,6 @@

namespace Del\Form\Collection;

use Del\Common\Collection\AbstractCollection;
use Del\Common\Collection\CollectionInterface;
use Del\Form\Field\FieldInterface;

class FieldCollection extends AbstractCollection implements CollectionInterface
Expand Down
2 changes: 0 additions & 2 deletions src/Collection/FilterCollection.php
Expand Up @@ -7,8 +7,6 @@

namespace Del\Form\Collection;

use Del\Common\Collection\AbstractCollection;
use Del\Common\Collection\CollectionInterface;
use Del\Form\Filter\FilterInterface;
use InvalidArgumentException;

Expand Down
2 changes: 0 additions & 2 deletions src/Collection/ValidatorCollection.php
Expand Up @@ -7,8 +7,6 @@

namespace Del\Form\Collection;

use Del\Common\Collection\AbstractCollection;
use Del\Common\Collection\CollectionInterface;
use Del\Form\Validator\ValidatorInterface;
use InvalidArgumentException;

Expand Down

0 comments on commit a85764d

Please sign in to comment.