Skip to content

Commit

Permalink
Merge pull request #350 from morawskim/typo
Browse files Browse the repository at this point in the history
Fix typo in ORMPurger
  • Loading branch information
greg0ire authored Sep 1, 2020
2 parents 1aa44a4 + 66a9705 commit 16a03fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/Common/DataFixtures/Purger/ORMPurger.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ORMPurger implements PurgerInterface
private $purgeMode = self::PURGE_MODE_DELETE;

/**
* Table/view names to be excleded from purge
* Table/view names to be excluded from purge
*
* @var string[]
*/
Expand All @@ -45,7 +45,7 @@ class ORMPurger implements PurgerInterface
* Construct new purger instance.
*
* @param EntityManagerInterface $em EntityManagerInterface instance used for persistence.
* @param string[] $excluded array of table/view names to be excleded from purge
* @param string[] $excluded array of table/view names to be excluded from purge
*/
public function __construct(?EntityManagerInterface $em = null, array $excluded = [])
{
Expand Down

0 comments on commit 16a03fa

Please sign in to comment.