Skip to content

Commit

Permalink
Add nullable return option for portfull
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Jul 24, 2017
1 parent 65cbe59 commit 75e644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Traderoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class Traderoute
{
public static function engage(\PDO $pdo_db, $db, string $lang, int $j, array $langvars, Reg $tkireg, array $playerinfo, int $engage, array $dist, array $traderoutes, int $portfull, Smarty $template): void
public static function engage(\PDO $pdo_db, $db, string $lang, int $j, array $langvars, Reg $tkireg, array $playerinfo, int $engage, array $dist, array $traderoutes, ?int $portfull, Smarty $template): void
{
$traderoute = array();
$source = array();
Expand Down

0 comments on commit 75e644c

Please sign in to comment.