@@ -24,7 +24,6 @@ |
||
| 24 | 24 | * @param \DateTimeInterface|string $publishedAt |
| 25 | 25 | * @param \DateTimeInterface|string $endAt |
| 26 | 26 | * @param bool $publishStatus |
| 27 | - |
|
| 28 | 27 | */ |
| 29 | 28 | |
| 30 | 29 | public function __construct( |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use One\Model\Livereport; |
| 6 | 6 | |
| 7 | -class FactoryLivereport |
|
| 7 | +class FactoryLivereport |
|
| 8 | 8 | { |
| 9 | 9 | public static function create(array $data): \One\Model\Livereport |
| 10 | 10 | { |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | * @param bool $isHeadline |
| 26 | 26 | * @param bool $published |
| 27 | 27 | * @param string $livereportChild |
| 28 | - |
|
| 29 | 28 | */ |
| 30 | 29 | |
| 31 | 30 | public function __construct( |