Skip to content

Commit

Permalink
bug #5333 Fix file missing for php8 (jderusse)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.16 branch.

Discussion
----------

Fix file missing for php8

##5332 but for 2.16.x

Commits
-------

fb4d4e0 Fix file missing for php8
  • Loading branch information
keradus committed Dec 8, 2020
2 parents 0b47ba2 + fb4d4e0 commit 69b97fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"finder": [
{
"name": [
"*.php"
"*.php",
"*.php8"
],
"exclude": [
"Test",
Expand Down

0 comments on commit 69b97fc

Please sign in to comment.