When only whitespace or comments (like licence info etc) were added to a db_schema.xml file, and you ran with -vvv and --php-strict-errors you would get an exception with
could not work out db schema changes for this diff
This is not really necessary, and gets in the way of debugging actual errors when using -vvv --php-strict-errors
Checklist
[x] Pull request has a meaningful description of its purpose
[x] All commits are accompanied by meaningful commit messages
When only whitespace or comments (like licence info etc) were added to a
db_schema.xml
file, and you ran with-vvv
and--php-strict-errors
you would get an exception withThis is not really necessary, and gets in the way of debugging actual errors when using
-vvv --php-strict-errors
Checklist