Skip to content

Commit 475c25b

Browse files
committed
lint
1 parent 0929e6d commit 475c25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VCS/Adapter/Git/GitHub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function createRepository(string $owner, string $repositoryName, bool $pr
107107
public function searchRepositories(string $owner, int $page, int $per_page, string $search = ''): array
108108
{
109109
$repositories = [];
110-
110+
111111
$currentPage = 1;
112112
while (true) {
113113
$url = '/installation/repositories';

0 commit comments

Comments
 (0)