Skip to content

Commit

Permalink
fix some ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zghosts committed Jun 7, 2019
1 parent d8a26f0 commit c99eb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dbgen/generator_data.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ public function getLanguageData()
// Different types of sources from where comments are made. Adding duplicates will increase the chance of getting picked
public function getCommentSourceData()
{
return array("web", "web", "web", "api", "api", "iphone", "android");
return ["web", "web", "web", "api", "api", "iphone", "android"];
}

public function getTrackColorData()
{
return array("red", "green", "blue", "black", "yellow", "white", "cyan", "gray");
return ["red", "green", "blue", "black", "yellow", "white", "cyan", "gray"];
}

public function getUserGeneratorData()
Expand Down

0 comments on commit c99eb86

Please sign in to comment.