Skip to content

Commit

Permalink
#345 Fixed PhpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wotuu committed Aug 6, 2020
1 parent 4c41c59 commit 0f7a62e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/DungeonRouteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ public function preview(Request $request, DungeonRoute $dungeonroute, int $floor
/**
* @param DungeonRouteFormRequest $request
* @param SeasonService $seasonService
* @param DungeonRoute $dungeonroute
* @param DungeonRoute|null $dungeonroute
* @return mixed
* @throws Exception
*/
public function store(DungeonRouteFormRequest $request, SeasonService $seasonService, DungeonRoute $dungeonroute = null)
{
Expand Down

0 comments on commit 0f7a62e

Please sign in to comment.