Skip to content

Commit 8011f35

Browse files
committed
Fix typos in ApiTestCase
1 parent 3a648f2 commit 8011f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Bridge/Symfony/Bundle/Test/ApiTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected static function createClient(array $kernelOptions = [], array $default
7171
}
7272

7373
/**
74-
* Finds the IRI of a resource item macthing the resource class and the specified criteria.
74+
* Finds the IRI of a resource item matching the resource class and the specified criteria.
7575
*/
7676
protected function findIriBy(string $resourceClass, array $criteria): ?string
7777
{

src/Bridge/Symfony/Bundle/Test/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function getKernelResponse(): HttpFoundationResponse
170170
}
171171

172172
/**
173-
* Returns the internal BrowserKit reponse.
173+
* Returns the internal BrowserKit response.
174174
*/
175175
public function getBrowserKitResponse(): BrowserKitResponse
176176
{

0 commit comments

Comments
 (0)