Skip to content

Commit bbe3709

Browse files
committed
feature #15081 [Runtime] Init Runtime component (Nyholm, wouterj)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Runtime] Init Runtime component This is documentation for symfony/symfony#38465 The docs is focus on "how to use" instead of "how it works". I will add a "creating your own Runtime" which will include "how it works". As you may notice. I use two concepts: "the callback" and "the application". The fact that "the application" can be a callback and will be wrapped in callbacks is irrelevant here. I found it much easier to understand this way. Commits ------- ef5f04b Apply suggestions from code review 76de973 [#15081] Finish the new Runtime docs e7bacf1 Apply suggestions from code review 06414b7 Apply suggestions from code review 7388cc9 Init Runtime docs
2 parents 8bf4aea + ef5f04b commit bbe3709

File tree

2 files changed

+491
-0
lines changed

2 files changed

+491
-0
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ whitelist:
101101
- 'provides a ``loginUser()`` method to simulate logging in in your functional'
102102
- '.. code-block:: twig'
103103
- '.. versionadded:: 3.6' # MonologBundle
104+
- '// bin/console'

0 commit comments

Comments
 (0)