Skip to content

Commit

Permalink
0.70.7 Add xaseco's gbxdatafetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
araszka committed Jun 28, 2019
1 parent bf863be commit 734738c
Show file tree
Hide file tree
Showing 7 changed files with 1,709 additions and 45 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"illuminate/pagination" : "^5.6",
"symfony/process" : "^4.2",
"symfony/event-dispatcher" : "^4.2",
"composer/ca-bundle" : "^1.1"
"composer/ca-bundle" : "^1.1",
"manialib/gbx": "^4.1"

}
}
65 changes: 62 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Classes/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Log
/**
* Get the output-interface
*
* @return \Symfony\Component\Console\Output\OutputInterface|null
* @return OutputInterface|null
*/
public static function getOutput(): ?OutputInterface
{
Expand Down
6 changes: 3 additions & 3 deletions core/Classes/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@
* @method static bool jumpToMapIdent(string $string)
* @method static object getCurrentMapInfo()
* @method static object getNextMapInfo()
* @method static object getMapInfo(string $string)
* @method static object getMapInfo(string $filename)
* @method static bool checkMapForCurrentServerParams(string $string)
* @method static array getMapList(int $int = 0, int $int = 0)
* @method static bool addMap(string $string)
* @method static bool addMap(string $filename)
* @method static int addMapList(array $array)
* @method static bool removeMap(string $string)
* @method static bool removeMap(string $filename)
* @method static int removeMapList(array $array)
* @method static bool insertMap(string $filename)
* @method static int insertMapList(array $array)
Expand Down
Loading

0 comments on commit 734738c

Please sign in to comment.