Skip to content

Commit

Permalink
Merge pull request #1040 from PouleR/aa/5.x-laravel-10
Browse files Browse the repository at this point in the history
Fix styleci warnings
  • Loading branch information
ArlonAntonius authored Jul 25, 2023
2 parents 13146f4 + bce7a46 commit d89a596
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Events/Filesystem/DirectoryRenamed.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

class DirectoryRenamed extends FilesystemEvent
{

/**
* @var string
*/
Expand Down
1 change: 0 additions & 1 deletion src/Listeners/Filesystem/LoadsViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class LoadsViews extends AbstractTenantDirectoryListener
public function load(WebsiteEvent $event)
{
if ($this->directory()->isLocal()) {

/** @var Factory views */
$this->views = app(Factory::class);
$this->viewsPath = $this->directory()->path($this->path, true);
Expand Down
1 change: 0 additions & 1 deletion tests/unit-tests/InstallationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

class InstallationTest extends Test
{

/**
* @test
*/
Expand Down

0 comments on commit d89a596

Please sign in to comment.