Skip to content

Commit 6d56cba

Browse files
authored
Remove Laravel/Filesystem adapter (#1546)
1 parent 6a9f56f commit 6d56cba

20 files changed

+0
-582
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src",
7373
"AsyncAws\\Iam\\": "src/Service/Iam/src",
7474
"AsyncAws\\Illuminate\\Cache\\": "src/Integration/Laravel/Cache/src",
75-
"AsyncAws\\Illuminate\\Filesystem\\": "src/Integration/Laravel/Filesystem/src",
7675
"AsyncAws\\Illuminate\\Mail\\": "src/Integration/Laravel/Mail/src",
7776
"AsyncAws\\Illuminate\\Queue\\": "src/Integration/Laravel/Queue/src",
7877
"AsyncAws\\IotData\\": "src/Service/IotData/src",
@@ -126,7 +125,6 @@
126125
"AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests",
127126
"AsyncAws\\Iam\\Tests\\": "src/Service/Iam/tests",
128127
"AsyncAws\\Illuminate\\Cache\\Tests\\": "src/Integration/Laravel/Cache/tests",
129-
"AsyncAws\\Illuminate\\Filesystem\\Tests\\": "src/Integration/Laravel/Filesystem/tests",
130128
"AsyncAws\\Illuminate\\Mail\\Tests\\": "src/Integration/Laravel/Mail/tests",
131129
"AsyncAws\\Illuminate\\Queue\\Tests\\": "src/Integration/Laravel/Queue/tests",
132130
"AsyncAws\\IotData\\Tests\\": "src/Service/IotData/tests",

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ parameters:
1111
excludePaths:
1212
- src/*/tests/*
1313
- src/**/tests/*
14-
- src/Integration/Laravel/Filesystem/src/AsyncAwsFilesystemManager.php
15-
- src/Integration/Laravel/Filesystem/src/AsyncAwsFilesystemAdapter.php
1614

1715
ignoreErrors:
1816
- '#PHPDoc tag @throws with type Psr\\Cache\\CacheException is not subtype of Throwable$#'

psalm.baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@
8484
<code>repository</code>
8585
</UndefinedMethod>
8686
</file>
87-
<file src="src/Integration/Laravel/Filesystem/src/ServiceProvider.php">
88-
<UndefinedInterfaceMethod>
89-
<code><![CDATA[$this->app]]></code>
90-
</UndefinedInterfaceMethod>
91-
</file>
9287
<file src="src/Integration/Laravel/Mail/src/ServiceProvider.php">
9388
<UndefinedInterfaceMethod>
9489
<code><![CDATA[$this->app]]></code>

psalm.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
<directory name="src/Service/*/tests" />
1818
<directory name="src/Integration/*/*/tests" />
1919
<file name="src/Core/src/HttpClient/AwsRetryStrategy.php" /><!-- # requires symfony/http-client: 5.2-->
20-
<file name="src/Integration/Laravel/Filesystem/src/AsyncAwsFilesystemManager.php" />
21-
<file name="src/Integration/Laravel/Filesystem/src/AsyncAwsFilesystemAdapter.php" />
2220
<directory name="vendor" />
2321
</ignoreFiles>
2422
</projectFiles>

src/Integration/Laravel/Filesystem/.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Integration/Laravel/Filesystem/.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Integration/Laravel/Filesystem/.github/workflows/.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Integration/Laravel/Filesystem/.github/workflows/branch_alias.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/Integration/Laravel/Filesystem/.github/workflows/checks.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Integration/Laravel/Filesystem/.github/workflows/ci.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)