wp-graphql-acf icon indicating copy to clipboard operation
wp-graphql-acf copied to clipboard

Required parameter deprecation notice PHP8

Open KevinBatdorf opened this issue 3 years ago • 0 comments

PHP will show a deprecated notice for when an optional parameter is defined before a required one.

https://github.com/wp-graphql/wp-graphql-acf/blob/develop/src/location-rules.php#L209

I have debug mode on with notices printed to the screen while developing, so it breaking the request.

Thanks

KevinBatdorf avatar Nov 21 '21 18:11 KevinBatdorf