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 Jul 7, 2024
1 parent b7045f5 commit c1f4e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions monorepo/HydeStan/HydeStan.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,5 +428,6 @@ function check_str_contains_any(array $searches, string $line): bool
$strContainsAny = true;
}
}

return $strContainsAny;
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function setUp(): void
{
parent::setUp();

$this->file('_posts/test-post.md', <<<'MD'
$this->file('_posts/test-post.md', <<<'MD'
---
title: My New Post
category: blog
Expand Down

0 comments on commit c1f4e67

Please sign in to comment.