Skip to content

Commit

Permalink
Fix StyleCi (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKolmann committed Jun 19, 2023
1 parent 18f7874 commit 1f28f5f
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 @@ -111,7 +111,6 @@ public function shouldCreateJira(): void
'url' => 'http://test.org/',
'password' => '123',
]));

}

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

}

0 comments on commit 1f28f5f

Please sign in to comment.