Skip to content

Commit 1f28f5f

Browse files
Fix StyleCi (2)
1 parent 18f7874 commit 1f28f5f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Api/Integrations.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,4 @@ public function removeJira($project_id)
328328
{
329329
return $this->delete($this->getProjectPath($project_id, 'integrations/jira'));
330330
}
331-
332331
}

tests/Api/IntegrationsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public function shouldCreateJira(): void
111111
'url' => 'http://test.org/',
112112
'password' => '123',
113113
]));
114-
115114
}
116115

117116
public function shouldUpdateJira(): void
@@ -185,5 +184,4 @@ protected function getApiClass()
185184
{
186185
return Integrations::class;
187186
}
188-
189187
}

0 commit comments

Comments
 (0)