[PHP 7.2] My fix for «Warning: sizeof(): Parameter must be an array or an object that implements Countable in app/code/Magento/Sales/view/adminhtml/templates/order/totalbar.phtml on line 10»

It is similar to:

My fix

Replace the line:

with the following one:

<?php if ($block->getTotals()): ?>