Skip to content

Commit 8ed5e1d

Browse files
GrahamCampbellfabpot
authored andcommitted
[2.3] CS And DocBlock Fixes
1 parent f5a4521 commit 8ed5e1d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DependencyInjection/Compiler/TwigEnvironmentPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1717

1818
/**
19-
* Adds tagged twig.extension services to twig service
19+
* Adds tagged twig.extension services to twig service.
2020
*
2121
* @author Fabien Potencier <[email protected]>
2222
*/

DependencyInjection/Compiler/TwigLoaderPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\DependencyInjection\Exception\LogicException;
1818

1919
/**
20-
* Adds services tagged twig.loader as Twig loaders
20+
* Adds services tagged twig.loader as Twig loaders.
2121
*
2222
* @author Daniel Leech <[email protected]>
2323
*/

Extension/ActionsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\DependencyInjection\ContainerInterface;
1616

1717
/**
18-
* Twig extension for Symfony actions helper
18+
* Twig extension for Symfony actions helper.
1919
*
2020
* @author Fabien Potencier <[email protected]>
2121
*

Extension/AssetsExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\DependencyInjection\ContainerInterface;
1515

1616
/**
17-
* Twig extension for Symfony assets helper
17+
* Twig extension for Symfony assets helper.
1818
*
1919
* @author Fabien Potencier <[email protected]>
2020
*/

0 commit comments

Comments
 (0)