Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 5f360b7

Browse files
committed
Fixed last remaining Psalm issue
1 parent 7ee43a6 commit 5f360b7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

psalm-baseline.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="4.23.0@f1fe6ff483bf325c803df9f510d09a03fd796f88">
3-
<file src="src/AzureStorageServiceProvider.php">
4-
<MixedArgumentTypeCoercion occurrences="1">
5-
<code>$config</code>
6-
</MixedArgumentTypeCoercion>
7-
</file>
8-
</files>
2+
<files psalm-version="4.23.0@f1fe6ff483bf325c803df9f510d09a03fd796f88"/>

src/AzureStorageServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function register()
7373
$configObject = $app->make('config');
7474
assert($configObject instanceof \Illuminate\Contracts\Config\Repository);
7575
$config = empty($config) ? (array)$configObject->get('filesystems.disks.azure') : $config;
76+
/** @var ProviderConfig $config */
7677

7778
if (!empty($config['connection_string'])) {
7879
$endpoint = (string)$config['connection_string'];

0 commit comments

Comments
 (0)