Completed
Pull Request — master (#17)
by Jan
02:43
created
tests/unit/Api/ApiClientTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,7 +414,8 @@
 block discarded – undo
414 414
 
415 415
 		// @codingStandardsIgnoreStart
416 416
 		$extensions = [
417
-			'foo' => new class implements \SlevomatCsobGateway\Call\ResponseExtensionHandler {
417
+			'foo' => new class implements \SlevomatCsobGateway\Call\ResponseExtensionHandler
418
+			{
418 419
 
419 420
 				public function createResponse(array $decodeData): \stdClass
420 421
 				{
Please login to merge, or discard this patch.
src/Crypto/CryptoService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Api/ApiClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Api/Response.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Call/ReversePaymentRequest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Call/EchoResponse.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Call/InitPaymentRequest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Call/PaymentStatusRequest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.
src/Call/RecurrentPaymentRequest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,7 @@
 block discarded – undo
31 31
 		string $privateKeyFile,
32 32
 		string $bankPublicKeyFile,
33 33
 		string $privateKeyPassword = ''
34
-	)
35
-	{
34
+	) {
36 35
 		$this->privateKeyFile = $privateKeyFile;
37 36
 		$this->bankPublicKeyFile = $bankPublicKeyFile;
38 37
 		$this->privateKeyPassword = $privateKeyPassword;
Please login to merge, or discard this patch.