[PHP 7.2] My fix for «Warning: count(): Parameter must be an array or an object that implements Countable in Magento/Wishlist/Observer/AddToCart.php on line 79»

It is similar to:

My fix

Replace the line:

with the following one:

if ($wishlistIds && count($wishlistIds) && $request->getParam('wishlist_next')) {

Thank you very match for good fix!