-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Patch 1 #11591
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
Closed
Closed
Patch 1 #11591
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was no example about retrieving place metadata from the controller. I tried to fixed it as well as the example of retrieving transition metadata. Don't know wether the code I propose is correct. It would need a revision from anybody who knows how it works.
The array key comes from configuration in line 528
…ate (andrew-demb) This PR was merged into the master branch. Discussion ---------- Fix php config example for hinclude_default_template In PHP example used the wrong type for parameter - `array`, instead of a correct `string`. Other config examples are not affected. Commits ------- cccf79c Fix php config example for hinclude_default_template
* 4.3: minor symfony#11543 Fix php config example for hinclude_default_template (andrew-demb)
* 4.3: Update security.rst
* upstream/master: Fix php config example for hinclude_default_template
* 4.3: Minor phrasing typo
* 4.3: use ordered use statements for php code examples
* 4.3: fixed indention
* 4.3: Fix PHP-CS link Update serializer.rst [symfony#11341] Added versionadded directive Add documentation for the Redis transport Typo Fix usage of StaticJwtProvider added a note about testing newer versions of Symfony fix indention
* 4.3: remove 3.4 versionadded in 4.2
* 4.3: Don't use AppBundle in 4.2
* 4.3: Remove obsolete .. role directives
* 4.3: added a link to the official repo for bug reports
* 4.3: Fix: default excluded directory for services
* 4.3: Fix the doc about exception handling in the HttpClient component
* 4.3: Change wording about time for downstream projects Import use statement for used trait [Diversity] Link to the annual CoC transparency reports
* 4.3: Workflow doc
* 4.3: Update form documents examples
* 4.3: Update testing.rst
* 4.3: replaced PHP built-in server with the Symfony CLI one
* 4.3: Removed more belittling words and expressions
default value of priority and max_num_of_words are now numbers
* 4.3: Update ldap.rst
Merge branch '4.3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improving docs on retrieving workflow metadata, place metadata and transition metadata.