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

1.1 beta #1

Merged
merged 14 commits into from
Mar 26, 2020
Merged

1.1 beta #1

merged 14 commits into from
Mar 26, 2020

Conversation

brentscheffler
Copy link
Contributor

No description provided.

Brent Scheffler added 14 commits March 23, 2020 10:38
…constructor.

$retryAfter parameter for TooManyRequestsHttpException constructor is now optional (as RFC states.)
Optional ContainerInterface instance can be passed into constructor to aid in autowiring.
…nstance.

Removing ContainerInterface instance from constructor.
Casting $parameterType to string.
…using ReflectionType::getName() instead of casting to string.
Checking container first for classname in make().
Checking if provided class name to make() is an interface or abstract and throwing an excpetion if so.
Cleaning up some Docblocks in Router\ namespace.
Adding unit tests around autowiring features.
Updating README docs with information about autowiring and containers.
Cleaning up tests with return types and type hints.
Copy link
Contributor Author

@brentscheffler brentscheffler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@brentscheffler brentscheffler merged commit 50d83af into master Mar 26, 2020
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.

None yet

1 participant