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

Commit

Permalink
collection method is no more forbidden
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Sep 27, 2019
2 parents 350834e + bc28fb0 commit f2dafce
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 185 deletions.
10 changes: 0 additions & 10 deletions scripts/build.sh

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/doc.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/infection.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/lint.sh

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/metrics.sh

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/phan.sh

This file was deleted.

66 changes: 0 additions & 66 deletions scripts/php-no-xdebug.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phpcpd.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phpcs.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phpdox.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phploc.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/phpmd.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phpmetrics.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phpmnd.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/phpstan.sh

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/phpunit.sh

This file was deleted.

3 changes: 1 addition & 2 deletions src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public function __construct()
{
parent::__construct();

$this->setFactory('collection', null)
->setFactory('ri-collection', RiCollectionFactory::class)
$this->setFactory('ri-collection', RiCollectionFactory::class)
->setFactory('ro-collection', RoCollectionFactory::class)
->setFactory('relationship', RelationshipFactory::class)
->setFactory('resource-identifier', ResourceIdentifierFactory::class)
Expand Down

0 comments on commit f2dafce

Please sign in to comment.