Skip to content

Commit e78f3d2

Browse files
authored
Merge pull request #26 from matyx/master
Remove php end tag in all files (causes whitespaces on output)
2 parents 03a4762 + ceaafc2 commit e78f3d2

File tree

181 files changed

+0
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+0
-220
lines changed

src/RecommApi/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,3 @@ protected function formatQueryParameterValue($value) {
262262
}
263263

264264
}
265-
?>

src/RecommApi/Exceptions/ApiException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@
1111
*/
1212
class ApiException extends \Exception {
1313
}
14-
15-
?>

src/RecommApi/Exceptions/ApiTimeoutException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ public function __construct($request, \Exception $previous = null) {
2323
parent::__construct($description, 28, $previous);
2424
}
2525
}
26-
?>

src/RecommApi/Exceptions/ResponseException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ public function __construct($request, $status_code, $description, \Exception $pr
3232
parent::__construct($description, $status_code, $previous);
3333
}
3434
}
35-
?>

src/RecommApi/Exceptions/UnknownOptionalParameterException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ public function __construct($par, \Exception $previous = null) {
2323
parent::__construct("Unknown parameter {$this->parameter} was given to the request", 0, $previous);
2424
}
2525
}
26-
27-
?>

src/RecommApi/Requests/AddBookmark.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,3 @@ public function getBodyParameters() {
126126
}
127127

128128
}
129-
?>

src/RecommApi/Requests/AddCartAddition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,3 @@ public function getBodyParameters() {
146146
}
147147

148148
}
149-
?>

src/RecommApi/Requests/AddDetailView.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,3 @@ public function getBodyParameters() {
136136
}
137137

138138
}
139-
?>

src/RecommApi/Requests/AddGroup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ public function getBodyParameters() {
6464
}
6565

6666
}
67-
?>

src/RecommApi/Requests/AddItem.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ public function getBodyParameters() {
6565
}
6666

6767
}
68-
?>

0 commit comments

Comments
 (0)