Skip to content

Commit

Permalink
minor #5129 Fix to Twig asset function packageName argument (ockcyp)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.6 branch instead (closes #5129).

Discussion
----------

Fix to Twig asset function packageName argument

Having no spaces surrounding ``|`` was causing the argument description to appear as
    **type**: ```string ``|`` null``` **default**: ```null```

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.5+
| Fixed tickets |

Commits
-------

b15c127 Fix to Twig asset function packageName argument
  • Loading branch information
wouterj committed Apr 2, 2015
2 parents 1d443c0 + b15c127 commit 87c39b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ asset
``path``
**type**: ``string``
``packageName``
**type**: ``string``|``null`` **default**: ``null``
**type**: ``string`` | ``null`` **default**: ``null``
``absolute``
**type**: ``boolean`` **default**: ``false``
``version``
Expand Down

0 comments on commit 87c39b7

Please sign in to comment.