Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jan 5, 2024
1 parent 9380e7a commit 448f87f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Action/BlogPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public function __invoke(Request $request, Response $response, string $slug): Re
$response
);
}
}
}
2 changes: 1 addition & 1 deletion src/Action/BlogPosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public function __invoke(Request $request, Response $response): Response
$response
);
}
}
}
2 changes: 1 addition & 1 deletion src/Action/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ public function __invoke(Request $request, Response $response): Response
$response
);
}
}
}
1 change: 0 additions & 1 deletion src/Blog/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

class Generator
{

public function __construct(
private readonly Parser $parser,
private readonly DoctrineORMBlogRepository $repository,
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/BlogPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ public function jsonSerialize(): array
'date' => $this->dateTime->format('F j, Y'),
];
}
}
}

0 comments on commit 448f87f

Please sign in to comment.