File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function getWriters(): iterable;
2828
2929 public function getId (): string ;
3030
31- public function getSlug (): string ;
31+ public function getSlug (): ? string ;
3232
3333 public function getName (): string ;
3434
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function getPosts(): iterable;
2121
2222 public function getId (): string ;
2323
24- public function getSlug (): string ;
24+ public function getSlug (): ? string ;
2525
2626 public function getName (): string ;
2727
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function getComments(): iterable;
3030
3131 public function getId (): string ;
3232
33- public function getSlug (): string ;
33+ public function getSlug (): ? string ;
3434
3535 public function getTitle (): string ;
3636
You can’t perform that action at this time.
0 commit comments