Skip to content

Commit 2452302

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

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
@@ -906,7 +906,7 @@ This happens when your controller method has an argument (e.g. ``$slug``)::
906906

907907
public function show($slug)
908908
{
909-
// ..
909+
// ...
910910
}
911911

912912
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)