Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-08-03 16:35:47 +02:00
parent 070fc26dcb
commit 1a0eeaf701

View File

@ -530,7 +530,7 @@ class Shipments extends DolibarrApi
if ($result < 0) {
throw new RestException(500, 'Error when validating Shipment: '.$this->shipment->error);
}
// Reload shipment
$result = $this->shipment->fetch($id);