summaryrefslogtreecommitdiff
path: root/db/migrations/2019_10_15_000000_create_news_table.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/2019_10_15_000000_create_news_table.php')
-rw-r--r--db/migrations/2019_10_15_000000_create_news_table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/2019_10_15_000000_create_news_table.php b/db/migrations/2019_10_15_000000_create_news_table.php
index c87972ef..540348cd 100644
--- a/db/migrations/2019_10_15_000000_create_news_table.php
+++ b/db/migrations/2019_10_15_000000_create_news_table.php
@@ -128,7 +128,7 @@ class CreateNewsTable extends Migration
private function copyNewToPreviousNewsTable(): void
{
$connection = $this->schema->getConnection();
- /** @var Collection[]|stdClass[] $newsRecords */
+ /** @var Collection|stdClass[] $newsRecords */
$newsRecords = $connection
->table('new_news')
->get();