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

Conversation

jhonmike
Copy link
Contributor

No description provided.

Zend\Expressive\Container\ApplicationFactory::ROUTING_MIDDLEWARE,
Zend\Expressive\Container\ApplicationFactory::DISPATCH_MIDDLEWARE,
[ /* ... */ ],
],
Copy link
Contributor Author

@jhonmike jhonmike Oct 24, 2016

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Indentation was correct in the original. The renderer we use, mkdocs, indents the code blocks so that they properly appear under the bullet point to which they reference.

Copy link
Member

@weierophinney weierophinney left a comment

Choose a reason for hiding this comment

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

The only changes I can use from this patch are:

  • doc/book/cookbook/using-a-base-path.md
  • doc/book/reference/migration/rc-to-v1.md

If you would be so kind, please revert the other changes, and I can then review for inclusion.

Thanks!

Zend\Expressive\Container\ApplicationFactory::ROUTING_MIDDLEWARE,
Zend\Expressive\Container\ApplicationFactory::DISPATCH_MIDDLEWARE,
[ /* ... */ ],
],
Copy link
Member

Choose a reason for hiding this comment

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

Indentation was correct in the original. The renderer we use, mkdocs, indents the code blocks so that they properly appear under the bullet point to which they reference.

$pipeline->pipe($container->get('AuthenticationMiddleware)');
$pipeline->pipe($container->get('AuthorizationMiddleware)');
$pipeline->pipe($container->get('AuthenticationMiddleware'));
$pipeline->pipe($container->get('AuthorizationMiddleware'));
Copy link
Member

Choose a reason for hiding this comment

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

These were fixed in a previous pull request.

@jhonmike
Copy link
Contributor Author

corrected @weierophinney

@weierophinney weierophinney self-assigned this Nov 11, 2016
@weierophinney weierophinney merged commit 81725a3 into zendframework:master Nov 11, 2016
weierophinney added a commit that referenced this pull request Nov 11, 2016
simple correction example of pipes in route
weierophinney added a commit that referenced this pull request Nov 11, 2016
weierophinney added a commit that referenced this pull request Nov 11, 2016
@weierophinney
Copy link
Member

Thanks, @jhonmike!

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

Successfully merging this pull request may close these issues.

3 participants