Skip to content

Commit 304bd19

Browse files
author
Pierre Grimaud
committed
Fix styleci
1 parent 041af92 commit 304bd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/Organization.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ public function repositories($organization, $type = 'all', $page = 1, $sort = nu
6565
'page' => $page,
6666
];
6767

68-
if($sort !== null){
68+
if ($sort !== null) {
6969
$parameters['sort'] = $sort;
7070
}
7171

72-
if($direction !== null){
72+
if ($direction !== null) {
7373
$parameters['direction'] = $direction;
7474
}
7575

0 commit comments

Comments
 (0)