Skip to content

Commit

Permalink
Merge pull request #665 from kylekatarnls/feature/fix-table-alignment
Browse files Browse the repository at this point in the history
Fix documentation table misalignment
  • Loading branch information
kylekatarnls committed Aug 14, 2019
2 parents 965ed1a + 6e01ccd commit 75ca695
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/site/rst/rules/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ Example: ::

This rule has the following properties:

+-----------------------------------+-------------------------------------------------------+---------------------------------------------------------+
+----------------------------------+--------------------------------------------------------+---------------------------------------------------------+
| Name | Default Value | Description |
+===================================+=======================================================+=========================================================+
+==================================+========================================================+=========================================================+
| unwanted-functions | var_dump,print_r,debug_zval_dump,debug_print_backtrace | Comma separated list of suspect function images. |
+-----------------------------------+-------------------------------------------------------+---------------------------------------------------------+
| ignore-namespaces | false | Ignore namespaces when looking for dev. fragments |
+-----------------------------------+-------------------------------------------------------+---------------------------------------------------------+
+----------------------------------+--------------------------------------------------------+---------------------------------------------------------+
| ignore-namespaces | false | Ignore namespaces when looking for dev. fragments |
+----------------------------------+--------------------------------------------------------+---------------------------------------------------------+

EmptyCatchBlock
===============
Expand Down

0 comments on commit 75ca695

Please sign in to comment.