8000 Merge branch '5.4' into 6.2 · symfony/symfony-docs@91bbff3 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 91bbff3

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Update style.rst Update deployment.rst
2 parents eb78358 + 271e4dc commit 91bbff3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

console/style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ User Input Methods
278278
In case you need to validate the given value, pass a callback validator as
279279
the third argument::
280280

281-
$io->ask('Number of workers to start', 1, function ($number) {
281+
$io->ask('Number of workers to start', '1', function ($number) {
282282
if (!is_numeric($number)) {
283283
throw new \RuntimeException('You must type a number.');
284284
}

deployment.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ setup:
223223
* Running any database migrations
224224
* Clearing your APCu cache
225225
* Add/edit CRON jobs
226+
* Restarting your workers
226227
* :ref:`Building and minifying your assets <how-do-i-deploy-my-encore-assets>` with Webpack Encore
227228
* Pushing assets to a CDN
228229
* On a shared hosting platform using the Apache web server, you may need to

0 commit comments

Comments
 (0)
0