Commit 8409c1c0 authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

style: Исправление стилей

parent 1ce62ba2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ class Post
        ?bool $moderated,
        ?\DateTimeImmutable $createdAt,
        ?\DateTimeImmutable $updatedAt = null,
        ?int $countOfViews = null
        ?int $countOfViews = null,
    ) {
        $this->title = $title;
        $this->content = $content;
+7 −7
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $countOfViews
            countOfViews: $countOfViews,
        );

        $post2 = new Post(
@@ -70,7 +70,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $firstCountOfViews
            countOfViews: $firstCountOfViews,
        );

        $post2 = new Post(
@@ -78,7 +78,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $secondCountOfViews
            countOfViews: $secondCountOfViews,
        );

        $this->em->persist($post);
@@ -115,7 +115,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $firstCountOfViews
            countOfViews: $firstCountOfViews,
        );

        $post2 = new Post(
@@ -123,7 +123,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $secondCountOfViews
            countOfViews: $secondCountOfViews,
        );

        $this->em->persist($post);
@@ -160,7 +160,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $firstCountOfViews
            countOfViews: $firstCountOfViews,
        );

        $post2 = new Post(
@@ -168,7 +168,7 @@ class FilterByRangeTest extends TestCase
            $this->faker->text(),
            $this->faker->boolean(),
            DateTimeImmutable::createFromInterface($this->faker->dateTime()),
            countOfViews: $secondCountOfViews
            countOfViews: $secondCountOfViews,
        );

        $this->em->persist($post);
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.