Skip to content

Commit

Permalink
PHPStan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnySjoblom committed Feb 14, 2025
1 parent 9fea1cf commit fcb157e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Solutions/Year2017/Day08.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private function operation(array $registry, string $target, string $operation, i
return match ($operation) {
'inc' => $registry[$target] + $change,
'dec' => $registry[$target] - $change,
default => die('lolwat'),
};
}
}

0 comments on commit fcb157e

Please sign in to comment.