Skip to content

Remove undefined refs #16764

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 1 commit into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Naming Conventions
* Use `snake_case`_ for configuration parameters and Twig template variables
(e.g. ``framework.csrf_protection``, ``http_status_code``);

* Use `SCREAMING_SNAKE_CASE`_ for constants (e.g. ``InputArgument::IS_ARRAY``);
* Use SCREAMING_SNAKE_CASE for constants (e.g. ``InputArgument::IS_ARRAY``);

* Use `UpperCamelCase`_ for enumeration cases (e.g. ``InputArgumentMode::IsArray``);

Expand Down
2 changes: 1 addition & 1 deletion frontend/encore/simple-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ As simple as the above example is, instead of building your application inside o
``app.js``, we recommend `Stimulus`_: a small JavaScript framework that makes it
easy to attach behavior to HTML. It's powerful, and you will love it! Symfony
even provides packages to add more features to Stimulus. These are called the
`Symfony UX Packages`_.
Symfony UX Packages.

If you followed the setup instructions, you should already have Stimulus installed
and ready to go! In fact, that's the purpose of the ``assets/bootstrap.js`` file:
Expand Down
4 changes: 2 additions & 2 deletions reference/forms/types/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ These types are part of the :doc:`Symfony UX initiative </frontend/ux>`:
UID Fields
~~~~~~~~~~

* :doc:`UuidType </reference/forms/types/uuid>`
* :doc:`UlidType </reference/forms/types/ulid>`
* UuidType
* UlidType

Field Groups
~~~~~~~~~~~~
Expand Down