Skip to content

Commit

Permalink
Fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Apr 20, 2020
1 parent 041af92 commit 304bd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Github/Api/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ public function repositories($organization, $type = 'all', $page = 1, $sort = nu
'page' => $page,
];

if($sort !== null){
if ($sort !== null) {
$parameters['sort'] = $sort;
}

if($direction !== null){
if ($direction !== null) {
$parameters['direction'] = $direction;
}

Expand Down

0 comments on commit 304bd19

Please sign in to comment.