Skip to content

Conversation

mlambley
Copy link

No description provided.

@mlambley
Copy link
Author

mlambley commented Oct 30, 2020

I love your project mate, it saved me a lot of time. The only thing I need is to customise responses. While I appreciate that #32 will go a long way, I need to be able to customise things such as creating a 204 response on delete and patch, tying in with my customised model transformers, etc.

If you could please squash merge these in or suggest changes that would be great. Thanks.

@@ -9,7 +9,7 @@
}
],
"require-dev": {
"php": ">=7.0",
"php": ">=7.1",
Copy link
Author

Choose a reason for hiding this comment

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

Just because variable unpacking is only available in 7.1 onwards, eg

[$isDeprecated, $summary, $description] = $this->parseActionDocBlock($docBlock);

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