Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Yaml: Removed boolean flags#6950

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
chr-hertel wants to merge1 commit intosymfony:3.1fromchr-hertel:patch-1
Closed

Yaml: Removed boolean flags#6950

chr-hertel wants to merge1 commit intosymfony:3.1fromchr-hertel:patch-1

Conversation

chr-hertel
Copy link
Contributor

Remove deprecated boolean flags and use const instead.


// throw an exception if an encoded object is found in the YAML string
Yaml::parse($yaml,true);
Yaml::parse($yaml,Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE);

However, you can activate object support using the next argument::
Copy link
Member

@wouterjwouterjSep 3, 2016
edited
Loading

Choose a reason for hiding this comment

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

this is no longer true, it's not the next statement. Can you please rewrite this sentence?

@wouterj
Copy link
Member

Thanks for catching this and fixing it! I've left one minor comment. If you can fix it, it would be great. Otherwise, we'll do it while merging.

Status: needs work

@xabbuh
Copy link
Member

xabbuh commentedSep 3, 2016
edited
Loading

For the records: This will fix parts (everything?) of#6226.

@chr-hertel
Copy link
ContributorAuthor

@wouterj sorry, missed that
@xabbuh i'll try to have a look at#6226 the next days

@wouterj
Copy link
Member

@wouterj sorry, missed that

No worries, you're doing a perfect job! :)

@@ -214,6 +228,42 @@ changed using the third argument as follows::
foo: bar
bar: baz

Mulit-line strings as scalar blocks
Copy link
Member

Choose a reason for hiding this comment

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

Mulit-line ->Multi-line

@javiereguiluz
Copy link
Member

@chr-hertel I left some minor comments but your pull request is great! Thank you.

👍

Status: reviewed

@chr-hertel
Copy link
ContributorAuthor

thanks@javiereguiluz, i fixed that.

@xabbuh
Copy link
Member

xabbuh commentedSep 21, 2016
edited
Loading

@chr-hertel Sorry for the late feedback: It looks like we covered parts of this with#6622. Can you rebase here and resolve the conflicts?

Status: Needs work

@HeahDude
Copy link
Contributor

Hello@chr-hertel do you still have time to work on this or do you want us to finish it? Thanks!

@ghost
Copy link

i guess this one is not longer needed.

@xabbuhxabbuh closed thisApr 8, 2017
@chr-hertelchr-hertel deleted the patch-1 branchMay 2, 2017 07:10
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@chr-hertel@wouterj@xabbuh@javiereguiluz@HeahDude@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp