Skip to content

Commit

Permalink
Fix StyleCi (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKolmann committed Mar 19, 2024
1 parent c3a8452 commit 4c85f19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Api/Integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,4 @@ public function removeJira($project_id)
{
return $this->delete($this->getProjectPath($project_id, 'integrations/jira'));
}

}
2 changes: 0 additions & 2 deletions tests/Api/IntegrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public function shouldCreateJira(): void
'url' => 'http://test.org/',
'password' => '123',
]));

}

public function shouldUpdateJira(): void
Expand Down Expand Up @@ -186,5 +185,4 @@ protected function getApiClass()
{
return Integrations::class;
}

}

0 comments on commit 4c85f19

Please sign in to comment.