Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 30, 2024
1 parent 45397da commit f2f2d20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function testMakeGroupDefaultsToNullIfFrontMatterGroupNotSetAndSubdirecto

$this->assertNull($factory->makeGroup());
}

protected function makeCoreDataObject(string $identifier = '', string $routeKey = '', string $pageClass = MarkdownPage::class): CoreDataObject
{
return new CoreDataObject(new FrontMatter(), new Markdown(), $pageClass, $identifier, '', '', $routeKey);
Expand Down Expand Up @@ -294,7 +294,7 @@ public function makeHidden(): bool
{
return parent::makeHidden();
}

public function makeGroup(): ?string
{
return parent::makeGroup();
Expand Down

0 comments on commit f2f2d20

Please sign in to comment.