Skip to content

Commit 30ead86

Browse files
authored
Update HitCounterModelDtoAssembler.php
1 parent ae906a0 commit 30ead86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/HitCounterModelDtoAssembler.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class HitCounterModelDtoAssembler{
3030
* @param HitCounterModel $model
3131
* @return HitDto
3232
*/
33-
public function writeDto(HitCounterModel $model): HitDto
33+
public function writeDto(HitCounterModel $model)
3434
{
3535
return new HitDto(
3636
$model->counter_id,
@@ -67,4 +67,4 @@ public function writeDto(HitCounterModel $model): HitDto
6767
);
6868
}
6969

70-
}
70+
}

0 commit comments

Comments
 (0)