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 1fcba0b

Browse filesBrowse files
committed
Merge branch '6.2' into 6.3
* 6.2: Update style.rst Update deployment.rst
2 parents fcc3ba3 + 91bbff3 commit 1fcba0b
Copy full SHA for 1fcba0b

File tree

2 files changed

+2
-1
lines changed
Filter options

2 files changed

+2
-1
lines changed

‎console/style.rst

Copy file name to clipboardExpand all lines: console/style.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: deployment.rst
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.