Skip to content

Commit

Permalink
Fix StyleCI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippKolmann committed Mar 19, 2024
1 parent 4c85f19 commit 9241664
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Api/Integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Integrations extends AbstractApi
public function all($project_id)
{
$path = $this->getProjectPath($project_id, 'integrations');

return $this->get($path);
}

Expand Down Expand Up @@ -168,7 +169,6 @@ public function removeMicrosoftTeams($project_id)
return $this->delete($this->getProjectPath($project_id, 'integrations/microsoft-teams'));
}


// JIRA

/**
Expand Down
1 change: 0 additions & 1 deletion src/Api/Projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,6 @@ public function search($id, array $parameters = [])
return $this->get('projects/'.self::encodePath($id).'/search', $resolver->resolve($parameters));
}


/**
* @param int|string $project_id
*
Expand Down
1 change: 0 additions & 1 deletion tests/Api/IntegrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
namespace Gitlab\Tests\Api;

use Gitlab\Api\Integrations;
use Gitlab\Api\Projects;

class IntegrationsTest extends TestCase
{
Expand Down

0 comments on commit 9241664

Please sign in to comment.