Skip to content

Commit f1c5a5a

Browse files
committed
Oopsie
1 parent 584a81a commit f1c5a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/Package.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,12 @@ public function getGitLabComponents(): array|null
300300

301301
public function isGitHub(): bool
302302
{
303-
return (bool) $this->isGitHub();
303+
return (bool) $this->getGitHubComponents();
304304
}
305305

306306
public function isGitLab(): bool
307307
{
308-
return (bool) $this->isGitLab();
308+
return (bool) $this->getGitLabComponents();
309309
}
310310

311311
/**

0 commit comments

Comments
 (0)