Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a load of traits not being used by anything #481

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

SecondeJK
Copy link
Contributor

@SecondeJK SecondeJK commented Jun 19, 2024

In further preparation for internals shifting for v5.0 of this library, a load of unused internal traits have been deleted.

Description

The following dead traits have been removed:
ArrayAccessTrait (this is covered by APIResource)
CollectionAwareInterface (this is covered by IterableAPICollection)
CollectionAwareTrait (this is covered by IterableAPICollection)
CollectionInterface (this is covered by IterableAPICollection)
CollectionTrait (this is covered by IterableAPICollection)
ModernCollectionTrait (this is covered by IterableAPICollection)

Motivation and Context

Further preparation for internals shifting for v5.0 of this library.

How Has This Been Tested?

Example Output or Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@SecondeJK SecondeJK merged commit 3b1b1a9 into main Jun 19, 2024
8 checks passed
SecondeJK added a commit that referenced this pull request Jun 28, 2024
* Finished GNP Auth and SimSwap MVP implementation

* Add documentation

* init

* Add next workflow to SDK (#476)

* Add from validation on request (#477)

* Feature/conversations (#478)

* WIP

* WIP

* WIP

* WIP

* WIP

* refactor to remove attempt at putting all event objects in

* Added docs

* phpstan fix number object

* Update README.md

8.1 is minimum

* Remove Orphaned Code (#480)

* Big cleanup of unused internals

* clean some unused imports

* Fix baseline, mark some deprecations coming

* fix ConversationClientFactory (#479)

Co-authored-by: yosh <[email protected]>

* Remove a load of traits not being used by anything (#481)

* bring psr7 trait back (#482)

* Finished GNP Auth and SimSwap MVP implementation (#475)

* Finished GNP Auth and SimSwap MVP implementation

* Add documentation

* PSR-4 fix

* clean imports

* Finished GNP Auth and SimSwap MVP implementation

* bring psr7 trait back (#482)

* Fix broken git history

* Bulk of work pre-testing

* Testing complete

* Configure scopes correctly within the client, remove rogue die statement

---------

Co-authored-by: Yoshitaka Takeuchi <[email protected]>
Co-authored-by: yosh <[email protected]>
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.

1 participant