Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 858a09f

Browse files
committed
Merge pull request #456 from localheinz/feature/shuffle-contributor-list
Enhancement: Shuffle list of contributors
2 parents 2e3a204 + 1b9fe97 commit 858a09f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

module/Application/src/Application/Controller/ContributorsController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public function indexAction()
3535
$this->repositoryData['name']
3636
);
3737

38+
shuffle($contributors);
39+
3840
$metadata = $this->repositoryRetriever->getUserRepositoryMetadata(
3941
$this->repositoryData['owner'],
4042
$this->repositoryData['name']

0 commit comments

Comments
 (0)