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

Commit6e9b59d

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [DotEnv] Update configuration.rst Formatting typo [Container] Missing link RST link begin Minor: remove duplicated lines
2 parents5ccc143 +ac59689 commit6e9b59d

File tree

47 files changed

+15
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+15
-57
lines changed

‎cache.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ and use that when configuring the pool.
467467
->adapters(['cache.adapter.redis'])
468468
->provider('app.my_custom_redis_provider');
469469
470-
471470
$container->register('app.my_custom_redis_provider', \Redis::class)
472471
->setFactory([RedisAdapter::class, 'createConnection'])
473472
->addArgument('redis://localhost')

‎components/cache.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ The following cache adapters are available:
135135

136136
cache/adapters/*
137137

138-
139138
.. _cache-component-psr6-caching:
140139

141140
Generic Caching (PSR-6)

‎components/cache/adapters/couchbasebucket_adapter.rst‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ the second and third parameters::
3535
$defaultLifetime
3636
);
3737

38-
3938
Configure the Connection
4039
------------------------
4140

@@ -67,7 +66,6 @@ helper method allows creating and configuring a `Couchbase Bucket`_ class instan
6766
'couchbase:?host[localhost]&host[localhost:12345]'
6867
);
6968

70-
7169
Configure the Options
7270
---------------------
7371

‎components/cache/adapters/couchbasecollection_adapter.rst‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ the second and third parameters::
3232
$defaultLifetime
3333
);
3434

35-
3635
Configure the Connection
3736
------------------------
3837

@@ -64,7 +63,6 @@ helper method allows creating and configuring a `Couchbase Collection`_ class in
6463
'couchbase:?host[localhost]&host[localhost:12345]'
6564
);
6665

67-
6866
Configure the Options
6967
---------------------
7068

‎components/cache/adapters/filesystem_adapter.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ adapter offers better read performance when using tag-based invalidation::
6363

6464
$cache = new FilesystemTagAwareAdapter();
6565

66-
6766
.. _`tmpfs`:https://wiki.archlinux.org/index.php/tmpfs
6867
.. _`RAM disk solutions`:https://en.wikipedia.org/wiki/List_of_RAM_drive_software

‎components/cache/cache_pools.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ ready to use in your applications.
2525

2626
adapters/*
2727

28-
2928
Using the Cache Contracts
3029
-------------------------
3130

‎components/event_dispatcher/generic_event.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ Filtering data::
9999
$event['data'] = strtolower($event['data']);
100100
}
101101
}
102-

‎components/http_kernel.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The Workflow of a Request
2626
:doc:`/event_dispatcher` articles to learn about how to use it to create
2727
controllers and define events in Symfony applications.
2828

29-
3029
Every HTTP web interaction begins with a request and ends with a response.
3130
Your job as a developer is to create PHP code that reads the request information
3231
(e.g. the URL) and creates and returns a response (e.g. an HTML page or JSON string).

‎components/process.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Installation
1010
1111
$ composer require symfony/process
1212
13-
1413
..include::/components/require_autoload.rst.inc
1514

1615
Usage

‎configuration.rst‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ configuration file using a special syntax: wrap the parameter name in two ``%``
349349
]);
350350
};
351351
352-
353352
..note::
354353

355354
If some parameter value includes the ``%`` character, you need to escape it
@@ -1084,7 +1083,7 @@ already existing ``.env`` files).
10841083
# .env (or .env.local)
10851084
APP_ENV=prod
10861085
1087-
# .env.prod (or .env.local.prod) - this will fallback on the loaders you defined
1086+
# .env.prod (or .env.prod.local) - this will fallback on the loaders you defined
10881087
APP_ENV=
10891088
10901089
.. _configuration-accessing-parameters:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp