Skip to content

update cookbook for couch and phpcr and give some more hints and background #2668

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

Closed
wants to merge 11 commits into from
Closed
Prev Previous commit
Next Next commit
[Components][Console] Fixed typos for table helper
  • Loading branch information
pierredup committed May 8, 2013
commit c3c3e98bab34427db516ab391bca73dbd0b04a3a
6 changes: 3 additions & 3 deletions components/console/helpers/tablehelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ You can also control table rendering by setting custom rendering option values:
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setPaddingChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setHorizontalBorderChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVerticalBorderChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVrossingChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVellHeaderFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVellRowFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setCrossingChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setCellHeaderFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setCellRowFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setBorderFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setPadType`