File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function queryTransaction(array $options = []): PayQueryStatusRequest
6464 * {@inheritdoc}
6565 * @return \Omnipay\Common\Message\RequestInterface|PayRefundRequest
6666 */
67- public function refund (array $ options = [])
67+ public function refund (array $ options = []): PayRefundRequest
6868 {
6969 return $ this ->createRequest (PayRefundRequest::class, $ options );
7070 }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function queryTransaction(array $options = []): PayQueryStatusRequest
6464 * {@inheritdoc}
6565 * @return \Omnipay\Common\Message\RequestInterface|PayRefundRequest
6666 */
67- public function refund (array $ options = [])
67+ public function refund (array $ options = []): PayRefundRequest
6868 {
6969 return $ this ->createRequest (PayRefundRequest::class, $ options );
7070 }
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function queryTransaction(array $options = []): PayQueryStatusRequest
6666 * {@inheritdoc}
6767 * @return \Omnipay\Common\Message\RequestInterface|PayRefundRequest
6868 */
69- public function refund (array $ options = [])
69+ public function refund (array $ options = []): PayRefundRequest
7070 {
7171 return $ this ->createRequest (PayRefundRequest::class, $ options );
7272 }
You can’t perform that action at this time.
0 commit comments