Skip to content

Commit ed6fbfb

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: use consistent placeholder comments in yaml, php and xml
2 parents aa0d7e6 + 2095736 commit ed6fbfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

create_framework/http_kernel_httpkernelinterface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ PHP; it implements ``HttpKernelInterface`` and wraps another
5555

5656
// example.com/web/front.php
5757

58-
// ..
58+
// ...
5959

6060
$framework = new Simplex\Framework($dispatcher, $matcher, $controllerResolver, $argumentResolver);
6161
$framework = new HttpKernel\HttpCache\HttpCache(

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ This happens when your controller method has an argument (e.g. ``$slug``)::
898898

899899
public function show($slug)
900900
{
901-
// ..
901+
// ...
902902
}
903903

904904
But your route path does *not* have a ``{slug}`` wildcard (e.g. it is ``/blog/show``).

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Finally, configure your ``firewalls`` key in ``security.yaml`` to use this authe
230230
231231
// config/packages/security.php
232232
233-
// ..
233+
// ...
234234
use App\Security\TokenAuthenticator;
235235
236236
$container->loadFromExtension('security', [

0 commit comments

Comments
 (0)