Skip to content

Commit f80d006

Browse files
committed
Update AppFixtures.php
1 parent 18aa76d commit f80d006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataFixtures/AppFixtures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private function getPostData(): array
144144
$this->slugger->slug($title)->lower(),
145145
$this->getRandomText(),
146146
$this->getPostContent(),
147-
new DatePoint('now - '.$i.'days'))->setTime(random_int(8, 17), random_int(7, 49), random_int(0, 59)
147+
new DatePoint('now - '.$i.'days')->setTime(random_int(8, 17), random_int(7, 49), random_int(0, 59)),
148148
// Ensure that the first post is written by Jane Doe to simplify tests
149149
$this->getReference(['jane_admin', 'tom_admin'][0 === $i ? 0 : random_int(0, 1)], User::class),
150150
$this->getRandomTags(),

0 commit comments

Comments
 (0)