Skip to content

Commit

Permalink
Merge pull request #208 from hydephp/analysis-yvyOdY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
caendesilva authored Apr 30, 2022
2 parents da56e44 + 760de9d commit 17de482
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Actions/PublishesHydeViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
* Publish one or more of the Hyde Blade views.
*
*
* @see \Tests\Feature\Actions\PublishesHomepageViewTest
*/
class PublishesHydeViews implements ActionContract
Expand Down
10 changes: 5 additions & 5 deletions tests/Feature/Actions/PublishesHydeViewsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ protected function setUp(): void
deleteDirectory(Hyde::path('resources/views/vendor/hyde'));
}

protected function tearDown(): void
{
restoreDirectory(Hyde::path('resources/views/vendor/hyde'));
protected function tearDown(): void
{
restoreDirectory(Hyde::path('resources/views/vendor/hyde'));

parent::tearDown();
}
parent::tearDown();
}

public function test_execute_method_returns_404_for_invalid_option_key()
{
Expand Down

0 comments on commit 17de482

Please sign in to comment.