Skip to content

Commit 3ff4ddf

Browse files
authored
Merge pull request #1790 from iCodr8/patch-1
fixed typo
2 parents d7ada1b + 9ec6e6c commit 3ff4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridge/Doctrine/Orm/SubresourceDataProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function getManagerRegistryProphecy(QueryBuilder $queryBuilder, array $i
8484
$classMetadataProphecy->getIdentifier()->willReturn($identifiers);
8585

8686
foreach ($identifiers as $id) {
87-
$classMetadataProphecy->getTypeOfField($id)->willReturn('interger');
87+
$classMetadataProphecy->getTypeOfField($id)->willReturn('integer');
8888
}
8989

9090
$repositoryProphecy = $this->prophesize(EntityRepository::class);

0 commit comments

Comments
 (0)