Skip to content

Commit

Permalink
Merge pull request #311 from boesing/qa/remove-deprecated-config-stru…
Browse files Browse the repository at this point in the history
…cture

Remove unsupported array configuration structure (array shape)
  • Loading branch information
boesing authored Jun 14, 2024
2 parents 1288bb2 + 7ee613f commit a19649d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Service/StorageAdapterFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
* @psalm-type PluginArrayConfigurationWithPriorityType =
* InternalPluginArrayConfigurationType&InternalOptionalPriorityConfigurationType
* @psalm-type StorageAdapterArrayConfigurationType = array{
* name:non-empty-string,
* options?:array<string,mixed>,
* plugins?: list<PluginArrayConfigurationWithPriorityType>
* }|array{
* adapter:non-empty-string,
* options?:array<string,mixed>,
* plugins?: list<PluginArrayConfigurationWithPriorityType>
Expand Down

0 comments on commit a19649d

Please sign in to comment.