In the file `magento2/app/code/Magento/Checkout/Model/Session.php` on line `256` there seem to be a small error. `$this->isQuoteMasked()` us used to get the `bool $isQuoteMasked` but that should be `$this->getIsQuoteMasked()` or `$this->isQuoteMasked`