Skip to content

Commit 4e511b0

Browse files
committed
Fixed missing ;
1 parent 5397981 commit 4e511b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/Users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function all($active = null)
99
if (!is_null($active)) {
1010
return $this->get('users', array(
1111
'active' => $active
12-
))
12+
));
1313
}
1414

1515
return $this->get('users');

0 commit comments

Comments
 (0)