Skip to content

Conversation

Michael9397
Copy link
Contributor

This PR fixes the following Deprecation Notices for PHP 8.1:

  • Deprecated: Return type of Orchestra\Config\Repository::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../vendor/orchestra/config/Repository.php on line 277

  • Deprecated: Return type of Orchestra\Config\Repository::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../vendor/orchestra/config/Repository.php on line 289

  • Deprecated: Return type of Orchestra\Config\Repository::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../vendor/orchestra/config/Repository.php on line 302

  • Deprecated: Return type of Orchestra\Config\Repository::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../vendor/orchestra/config/Repository.php on line 314

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.059% when pulling b4c57c6 on Michael9397:hotfix/clear_8_1_deprecation_notices into cd99411 on orchestral:6.x.

@crynobone crynobone merged commit 4e78c20 into orchestral:6.x Jan 14, 2022
@Michael9397
Copy link
Contributor Author

Thanks for merging these changes. I've noticed they haven't joined the orchestra/config package yet. Is there anything I need to do to help get them to show up there too? I haven't worked with a split repository set up like this one before, so I'm not sure if I'm missing a step I should have done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants