Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrctkno committed Jan 24, 2021
1 parent 47b1763 commit a12f8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git_diff_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ function __construct()

unset($args[0]);


foreach ($args as $key => $arg) {
foreach ($args as $arg) {
list($name, $value) = explode('=', $arg);
$this->arguments["$name"] = $value;
}
Expand Down

0 comments on commit a12f8ac

Please sign in to comment.