Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Fix conversion of routes without methods #16

Merged
merged 1 commit into from
Mar 13, 2017

Conversation

knoxzin1
Copy link
Contributor

@knoxzin1 knoxzin1 commented Mar 8, 2017

The $methods argument of $app->route(...) for no specific method is null, the generator is using \Zend\Expressive\Router\Route::HTTP_METHOD_ANY which is causing errors while converting.

@weierophinney weierophinney added this to the 0.3.2 milestone Mar 13, 2017
@weierophinney weierophinney self-assigned this Mar 13, 2017
@weierophinney weierophinney merged commit 8c31bd9 into zendframework:master Mar 13, 2017
weierophinney added a commit that referenced this pull request Mar 13, 2017
Fix conversion of routes without methods

Conflicts:
	src/GenerateProgrammaticPipelineFromConfig/Generator.php
weierophinney added a commit that referenced this pull request Mar 13, 2017
weierophinney added a commit that referenced this pull request Mar 13, 2017
@weierophinney
Copy link
Member

Thanks, @knoxzin1

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

Successfully merging this pull request may close these issues.

None yet

2 participants