Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PHPDoc
Browse files Browse the repository at this point in the history
franmomu committed Feb 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent eb2c1ce commit 8b64b2d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/TestHelper.php
Original file line number Diff line number Diff line change
@@ -22,10 +22,10 @@ trait TestHelper
/** @var null|string original account ID */
protected $origAccountId;

/** @var \PHPUnit_Framework_MockObject_MockObject HTTP client mocker */
/** @var \PHPUnit\Framework\MockObject\MockObject HTTP client mocker */
protected $clientMock;

/** @var \PHPUnit_Framework_MockObject_MockObject HTTP client mocker */
/** @var \PHPUnit\Framework\MockObject\MockObject HTTP client mocker */
protected $streamingClientMock;

/** @before */
@@ -185,7 +185,7 @@ protected function stubRequest(
* Defaults to false.
* @param null|string $base base URL (e.g. 'https://api.stripe.com')
*
* @return \PHPUnit_Framework_MockObject_Builder_InvocationMocker
* @return \PHPUnit\Framework\MockObject\Builder\InvocationMocker
*/
private function prepareRequestMock(
$method,
@@ -240,9 +240,8 @@ private function prepareRequestMock(
* @param bool $hasFile Whether the request parameters contains a file.
* Defaults to false.
* @param null|string $base base URL (e.g. 'https://api.stripe.com')
* @param string $requestMethod name of the method on httpclient to mock - 'request' or 'requestStream'
*
* @return \PHPUnit_Framework_MockObject_Builder_InvocationMocker
* @return \PHPUnit\Framework\MockObject\Builder\InvocationMocker
*/
private function prepareRequestStreamMock(
$method,

0 comments on commit 8b64b2d

Please sign in to comment.