Closed andrewbroberg closed 2 years ago
This PR adds a failing test for anonymous functions not being included in coverage since PHP8.1. See #70
This also looks to uncover an issue with closing braces also not being covered since PHP 8.0. See #76
Fixed in 99d45163f1de9270de42720e9a4fe9c6f5c7aff9
Thanks for the quick fix!
This PR adds a failing test for anonymous functions not being included in coverage since PHP8.1. See #70
This also looks to uncover an issue with closing braces also not being covered since PHP 8.0. See #76