Skip to content

Commit cc30053

Browse files
committed
- Consistently remove closing php tag ?> at the end of files
1 parent 0ba57d3 commit cc30053

33 files changed

+0
-64
lines changed

examples/cardorder/cardorder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,3 @@ function getPath() {
106106

107107
return $myPath;
108108
}
109-
110-
?>

examples/cardorder/landingpage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@
7474
[resultcode] => 127 (CUSTOMERREFNO_ALREADY_USED)
7575
[errormessage] => Customer reference number already used in another transaction.
7676
)";
77-
?>

examples/cardorder_recur/cardorder_recur.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,3 @@ function getPath() {
6767

6868
return $myPath;
6969
}
70-
71-
?>

examples/config_getaddresses/config_getaddresses.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@
6969
//foreach( $companyResponse->customerIdentity as $address ) {
7070
// print_r( $address ); print_r( "\n" );
7171
//}
72-
73-
?>

examples/creditorderrows_card/cardorder_credit.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,3 @@ function getPath()
8282

8383
return $myPath;
8484
}
85-
86-
?>

examples/creditorderrows_card/creditorderrows.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,3 @@ function getPath()
198198

199199
return $myPath;
200200
}
201-
202-
?>

examples/creditorderrows_card/creditorderrows_with_rows.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,3 @@ function getPath() {
224224

225225
return $myPath;
226226
}
227-
?>

examples/creditorderrows_card/landingpage_credit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ function getPath() {
7777

7878
return $myPath;
7979
}
80-
?>

examples/swishorder/landingpage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@
7272
[resultcode] => 127 (CUSTOMERREFNO_ALREADY_USED)
7373
[errormessage] => Customer reference number already used in another transaction.
7474
)";
75-
?>

test/IntegrationTest/BuildOrder/AddOrderRowsBuilderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,3 @@ function test_AddOrderRows_addInvoiceOrderRows_specified_with_price_specified_us
255255
$this->assertEquals(1, $addOrderRowsResponse->accepted);
256256
}
257257
}
258-
259-
?>

0 commit comments

Comments
 (0)