Skip to content
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

docs: fix a wrong yaml indentation in the reference documentation causing the yaml to be invalid #536

Open
wants to merge 1 commit into
base: 1.10
Choose a base branch
from

Conversation

johnkrovitch
Copy link

@johnkrovitch johnkrovitch commented Dec 14, 2022

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets Fixes #484
License MIT

Hi,

this pr fixes a wrong yaml indentation in the reference documentation causing the yaml to be invalid.

Thank you very much

@johnkrovitch johnkrovitch requested a review from a team as a code owner December 14, 2022 09:06
@johnkrovitch johnkrovitch changed the title docs: fix a typo in the reference documentation causing the yaml to be invalid docs: fix a wrong yaml indentation in the reference documentation causing the yaml to be invalid Dec 14, 2022
docs/reference.md Outdated Show resolved Hide resolved
docs/reference.md Outdated Show resolved Hide resolved
docs/reference.md Outdated Show resolved Hide resolved
docs/reference.md Outdated Show resolved Hide resolved
@loic425
Copy link
Member

loic425 commented Jan 9, 2023

@johnkrovitch Thanks for your PR, use commit suggestion please.
The changes were wrong on indentation, it has to be under class options

@loic425 loic425 changed the base branch from 1.11 to 1.10 January 13, 2023 14:41
@loic425
Copy link
Member

loic425 commented Jan 13, 2023

@johnkrovitch It needs a rebase from 1.10 branch, do you know how to do that?

@johnkrovitch
Copy link
Author

@loic425 Yes sorry I was quite busy this days.... Yes I will rebase as soon as possible and commit suggestions

@loic425
Copy link
Member

loic425 commented Apr 7, 2023

@johnkrovitch any update?

@johnkrovitch
Copy link
Author

johnkrovitch commented Apr 12, 2023

@loic425 the pr is rebased, and indentation changes applied

@johnkrovitch johnkrovitch force-pushed the fix/fix-typo-docs branch 2 times, most recently from 394e714 to fbd112d Compare April 12, 2023 10:22
@loic425
Copy link
Member

loic425 commented Jul 13, 2023

Related to #484

@@ -12,7 +12,9 @@ sylius_resource:
repository: ~
factory: Sylius\Component\Resource\Factory\Factory
form: Sylius\Bundle\ResourceBundle\Form\Type\DefaultResourceType
validation_groups: [sylius]
#form:
#options:
Copy link
Member

Choose a reason for hiding this comment

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

I guess it should rather be something like this:

Suggested change
#options:
#type: Sylius\Bundle\ResourceBundle\Form\Type\DefaultResourceType
#options:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants