Completed
Pull Request — master (#17)
by Jan
02:43
created
src/Call/PostEchoRequest.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/RefundPaymentRequest.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/ClosePaymentRequest.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/CustomerInfoResponse.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/PaymentResponse.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/CustomerInfoRequest.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.