We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2415d8 commit 83aacf2Copy full SHA for 83aacf2
src/Illuminate/Filesystem/FilesystemManager.php
@@ -328,7 +328,7 @@ function (&$parent) use ($config) {
328
* @param array $config
329
* @return \League\Flysystem\FilesystemOperator
330
*/
331
- protected function createFlysystem(FlysystemAdapter &$adapter, array $config)
+ protected function createFlysystem(FlysystemAdapter $adapter, array $config)
332
{
333
if ($config['read-only'] ?? false) {
334
$adapter = new ReadOnlyFilesystemAdapter($adapter);
0 commit comments