Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
  • Loading branch information
lloricode committed May 12, 2023
1 parent 2e68159 commit 93044a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

$rectorConfig->phpVersion(PhpVersion::PHP_80);

// $rectorConfig->phpstanConfig(__DIR__ . '/phpstan.neon.dist');
// $rectorConfig->phpstanConfig(__DIR__ . '/phpstan.neon.dist');
};
2 changes: 1 addition & 1 deletion tests/CheckoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function () {

try {
$checkoutResponse = PaymayaFacade::checkout()->execute(TestHelper::buildCheckout());
// $checkoutResponse = CheckoutFacade::execute(TestHelper::buildCheckout());
// $checkoutResponse = CheckoutFacade::execute(TestHelper::buildCheckout());
} catch (ErrorException $e) {
$this->fail('ErrorException');
} catch (ClientException $e) {
Expand Down
2 changes: 1 addition & 1 deletion tests/Commands/CustomizationCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
assertEquals(200, $response->getStatusCode());

// TODO: missing response but working ok
// $this->assertEquals(json_encode($data), $response->getBody()->getContents());
// $this->assertEquals(json_encode($data), $response->getBody()->getContents());
});

it('handle invalid parameter', function () {
Expand Down

0 comments on commit 93044a1

Please sign in to comment.