Skip to content

Commit

Permalink
style: format code with PHP CS Fixer
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 56b6357 according to the output
from PHP CS Fixer.

Details: #644
  • Loading branch information
deepsource-autofix[bot] authored Oct 13, 2024
1 parent 56b6357 commit 2f633ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/pushes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
function handleItem($push)
{
echo "https://github.com/{$push->RepositoryOwner}/{$push->RepositoryName}/commit/{$push->HeadCommitId}:\n\n";

$token = generateInstallationToken($push->InstallationId, $push->RepositoryName);

$botDashboardUrl = "https://gstraccini.bot/dashboard";
Expand Down

0 comments on commit 2f633ef

Please sign in to comment.