Skip to content

Commit b402495

Browse files
author
Thibaud Fabre
committed
Undo extra/removed lines by autoformat
1 parent aa67239 commit b402495

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/Github/Api/AbstractApi.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313
abstract class AbstractApi implements ApiInterface
1414
{
15-
1615
/**
1716
* The client
1817
*
@@ -28,7 +27,6 @@ abstract class AbstractApi implements ApiInterface
2827
protected $perPage;
2928

3029
/**
31-
*
3230
* @param Client $client
3331
*/
3432
public function __construct(Client $client)
@@ -41,7 +39,6 @@ public function configure()
4139
}
4240

4341
/**
44-
*
4542
* @return null|int
4643
*/
4744
public function getPerPage()
@@ -50,7 +47,6 @@ public function getPerPage()
5047
}
5148

5249
/**
53-
*
5450
* @param null|int $perPage
5551
*/
5652
public function setPerPage($perPage)
@@ -194,7 +190,7 @@ protected function delete($path, array $parameters = array(), $requestHeaders =
194190
/**
195191
* Create a JSON encoded version of an array of parameters.
196192
*
197-
* @param array $parameters Request parameters
193+
* @param array $parameters Request parameters
198194
* @return null|string
199195
*/
200196
protected function createJsonBody(array $parameters)

0 commit comments

Comments
 (0)