Skip to content

Commit d89a596

Browse files
Merge pull request #1040 from PouleR/aa/5.x-laravel-10
Fix styleci warnings
2 parents 13146f4 + bce7a46 commit d89a596

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Events/Filesystem/DirectoryRenamed.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
class DirectoryRenamed extends FilesystemEvent
2020
{
21-
2221
/**
2322
* @var string
2423
*/

src/Listeners/Filesystem/LoadsViews.php

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class LoadsViews extends AbstractTenantDirectoryListener
4141
public function load(WebsiteEvent $event)
4242
{
4343
if ($this->directory()->isLocal()) {
44-
4544
/** @var Factory views */
4645
$this->views = app(Factory::class);
4746
$this->viewsPath = $this->directory()->path($this->path, true);

tests/unit-tests/InstallationTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
class InstallationTest extends Test
3030
{
31-
3231
/**
3332
* @test
3433
*/

0 commit comments

Comments
 (0)