-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed incorrect mapping causing input types to be undiscovered during recursive type mapping * Treat "Input" as a "type" for AnnotationReader * Use TypeInterface for return typing * Further interface implementation * Default to true, regardless of name attribute - following @type implementation * Ensure the mapping has the type name as well * CS fixes * Fixed tests * Handle Input type processing in RecursiveTypeMapper * Default value is null * Resolve PHPStan error * Resolved PHPStan errors * Revert default logic to avoid default attribute requirements * CS fixes * Added additional clarity to docs on @input annotation * Removed superfluous annotation name * Remove temporary phpunit group annotation
- Loading branch information
Showing
20 changed files
with
586 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.