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 54b3e65 according to the output
from PHP CS Fixer.

Details: #635
  • Loading branch information
deepsource-autofix[bot] authored Oct 12, 2024
1 parent 54b3e65 commit de91c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/repositories.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function createRepositoryLabels($metadata, $options)
$totalLabelsToCreate = count($labelsToCreateObject);
$totalLabelsToUpdate = count($labelsToUpdateObject);

echo "🏃‍♂️ Creating labels {$totalLabelsToCreate} | Updating labels: {$totalLabelsToUpdate} | Style: {$style} | Categories: ".join(",",$categories)."\n";
echo "🏃‍♂️ Creating labels {$totalLabelsToCreate} | Updating labels: {$totalLabelsToUpdate} | Style: {$style} | Categories: ".join(",", $categories)."\n";

$labelService->processLabels($labelsToCreateObject, $labelsToUpdateObject, $metadata["token"], $metadata["labelsUrl"]);
}
Expand Down

0 comments on commit de91c82

Please sign in to comment.