diff --git a/src/Events/Filesystem/DirectoryRenamed.php b/src/Events/Filesystem/DirectoryRenamed.php index 05297307..8d9104ea 100644 --- a/src/Events/Filesystem/DirectoryRenamed.php +++ b/src/Events/Filesystem/DirectoryRenamed.php @@ -18,7 +18,6 @@ class DirectoryRenamed extends FilesystemEvent { - /** * @var string */ diff --git a/src/Listeners/Filesystem/LoadsViews.php b/src/Listeners/Filesystem/LoadsViews.php index 5d89a38e..3706a351 100644 --- a/src/Listeners/Filesystem/LoadsViews.php +++ b/src/Listeners/Filesystem/LoadsViews.php @@ -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); diff --git a/tests/unit-tests/InstallationTest.php b/tests/unit-tests/InstallationTest.php index e4ad043a..ce849baf 100644 --- a/tests/unit-tests/InstallationTest.php +++ b/tests/unit-tests/InstallationTest.php @@ -28,7 +28,6 @@ class InstallationTest extends Test { - /** * @test */