Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jul 28, 2023
1 parent 14e5028 commit 742877d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions test/integration/FakeGitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ public function getBranchesFlattened(Slug $slug)
{
return ['drushdrush9721036'];
}

}
}
5 changes: 3 additions & 2 deletions test/integration/FakeGitlabClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public function appendCall($call)
$this->calls[] = $call;
}

public function getCalls() {
public function getCalls()
{
return $this->calls;
}

Expand Down Expand Up @@ -43,4 +44,4 @@ public function update($project_id, $mr_id, $params)
}
});
}
}
}
4 changes: 2 additions & 2 deletions test/integration/UpdateGitlabAssigneesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class UpdateGitlabAssigneesTest extends UpdateExistingWithAssigneesTest
public function setUp(): void
{
parent::setUp();
}
}

protected function getMockProvider()
{
Expand Down Expand Up @@ -50,4 +50,4 @@ public function testPrUpdatedWhenConflict($exception_class)
}
}
}
}
}

0 comments on commit 742877d

Please sign in to comment.