Skip to content

Commit fb1dbec

Browse files
authored
Update Container.php
fix error
1 parent cc8759d commit fb1dbec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Generator/Coprar/Container.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ public function setDangerous($hazardClass, $hazardCode)
199199
/**
200200
* @param $hazardClass
201201
* @param $hazardCode
202-
*@param $flashpoint
203-
*@param $packingGroup
202+
* @param $flashpoint
203+
* @param $packingGroup
204204
* @return $this
205205
*/
206206
public function addDangerous($hazardClass, $hazardCode, $flashpoint = null, $packingGroup = null)
@@ -257,7 +257,7 @@ public function setTemperature($setDegrees)
257257
*/
258258
public function setOverDimensions($front = '', $back = '', $right = '', $left = '', $height = '')
259259
{
260-
$this->dim = [];
260+
$this->dimensions = [];
261261
if ($front !== '') {
262262
$this->dimensions[] = ['DIM', '5', ['CMT', $front]];
263263
}

0 commit comments

Comments
 (0)