Skip to content

Commit

Permalink
Remove return type array
Browse files Browse the repository at this point in the history
  • Loading branch information
john-dent committed Aug 7, 2023
1 parent 0623864 commit bdebb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use function method_exists;

/**
* @property-read \SynergiTech\Multiconfig\SettingsCollection<\SynergiTech\Multiconfig\Eloquent\Setting>|\SynergiTech\Multiconfig\Eloquent\Setting[] $settings
* @property-read \SynergiTech\Multiconfig\SettingsCollection<int, \SynergiTech\Multiconfig\Eloquent\Setting> $settings
*
* @method \Illuminate\Database\Eloquent\Builder|static whereConfig(string|array $name, string $operator = null, $value = null, string $boolean = 'and')
* @method \Illuminate\Database\Eloquent\Builder|static orWhereConfig(string|array $name, string $operator = null, $value = null)
Expand Down

0 comments on commit bdebb80

Please sign in to comment.