Skip to content

Commit

Permalink
Merge branch 'main' into pr/2021-11/Reservoir_sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 15, 2022
2 parents 36e4352 + c74636c commit 72b7d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export XDEBUG_MODE=coverage

# Phan
PHAN=vendor/bin/phan
PHAN_ARGS=-j $(JOBS)
PHAN_ARGS=-j $(JOBS) --allow-polyfill-parser
PHAN_PHP_VERSION=7.1
export PHAN_DISABLE_XDEBUG_WARN=1

Expand Down
3 changes: 0 additions & 3 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
"@default": true,
"IdenticalEqual": false,
"NotIdenticalNotEqual": false
},
"logs": {
"badge": {"branch": "main"}
}
}

0 comments on commit 72b7d66

Please sign in to comment.