Skip to content

Commit e9ae754

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2d913d1 commit e9ae754

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Http/Actions/Post/PostGetNavigateAction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function __construct(PostService $postService)
3737
{
3838
$this->postService = $postService;
3939
}
40+
4041
/**
4142
* @param string $slug
4243
*
@@ -111,8 +112,6 @@ public function __invoke(string $slug): BaseHttpResponse|JsonResponse|JsonResour
111112
->toApiResponse();
112113
}
113114

114-
115-
116115
/**
117116
* @return BaseHttpResponse
118117
*/

src/Services/PostService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getCustomFilters(array $filters): LengthAwarePaginator
4545
* Find post by slug
4646
*
4747
* @param string $slug
48-
* @return Post|null
48+
* @return null|Post
4949
*/
5050
public function findBySlug(string $slug): ?Post
5151
{

0 commit comments

Comments
 (0)