File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -376,12 +376,12 @@ public function setCustomerBarcode(?string $customerBarcode): void
376
376
$ this ->customerBarcode = $ customerBarcode ;
377
377
}
378
378
379
- public function getSize () : ?Size
379
+ public function getSize (): ?Size
380
380
{
381
381
return $ this ->size ;
382
382
}
383
383
384
- public function setSize (?Size $ size ) : void
384
+ public function setSize (?Size $ size ): void
385
385
{
386
386
$ this ->size = $ size ;
387
387
}
Original file line number Diff line number Diff line change @@ -20,32 +20,32 @@ public function __construct(
20
20
$ this ->setHeight ($ height );
21
21
}
22
22
23
- public function getLength () : int
23
+ public function getLength (): int
24
24
{
25
25
return $ this ->length ;
26
26
}
27
27
28
- public function setLength (int $ length ) : void
28
+ public function setLength (int $ length ): void
29
29
{
30
30
$ this ->length = $ length ;
31
31
}
32
32
33
- public function getWidth () : int
33
+ public function getWidth (): int
34
34
{
35
35
return $ this ->width ;
36
36
}
37
37
38
- public function setWidth (int $ width ) : void
38
+ public function setWidth (int $ width ): void
39
39
{
40
40
$ this ->width = $ width ;
41
41
}
42
42
43
- public function getHeight () : int
43
+ public function getHeight (): int
44
44
{
45
45
return $ this ->height ;
46
46
}
47
47
48
- public function setHeight (int $ height ) : void
48
+ public function setHeight (int $ height ): void
49
49
{
50
50
$ this ->height = $ height ;
51
51
}
You can’t perform that action at this time.
0 commit comments