8000 Document missing property_info node in framework configuration by chalasr · Pull Request #10081 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Document missing property_info node in framework configuration #10081

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

Merged
merged 2 commits into from
Jul 18, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix a "duplicated reference" issue
  • Loading branch information
javiereguiluz authored Jul 18, 2018
commit bc472354326b8e7ca1e80ada3bda7496cc4687c1
4 changes: 3 additions & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Configuration

* `property_info`_

* `enabled`_
* :ref:`enabled <reference-property-info-enabled>`

* `request`_:

Expand Down Expand Up @@ -1485,6 +1485,8 @@ try to access an invalid index of an array.
property_info
~~~~~~~~~~~~~

.. _reference-property-info-enabled:

enabled
.......

Expand Down
0