Skip to content

Commit

Permalink
Change Yaml Spacing for personal preference
Browse files Browse the repository at this point in the history
Co-Authored-By: crayner <crayner@users.noreply.github.com>
  • Loading branch information
greg0ire and crayner committed Oct 30, 2018
1 parent 779327a commit db73431
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Resources/doc/entity-listeners.rst
Expand Up @@ -15,7 +15,11 @@ entity_manager attribute to specify which entity manager it should be registered
class: \UserListener
tags:
- { name: doctrine.orm.entity_listener, event: preUpdate, entity: App\Entity\User }
- { name: doctrine.orm.entity_listener, event: preUpdate, entity: App\Entity\User, entity_manager: custom }
-
name: doctrine.orm.entity_listener
event: preUpdate
entity: App\Entity\User
entity_manager: custom
.. code-block:: xml
Expand Down

5 comments on commit db73431

@pableu
Copy link

@pableu pableu commented on db73431 Dec 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@greg0ire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I found the issue, a PR is on the way.

@greg0ire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #897

@greg0ire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the diff though 😕

@pableu
Copy link

@pableu pableu commented on db73431 Dec 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks for the fix. But yeah, the diff is weird.

Please sign in to comment.