Skip to content

Commit 5cab9e2

Browse files
authored
cs
1 parent 52b2b46 commit 5cab9e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CompilerPass/PublicServicePass.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
class PublicServicePass implements CompilerPassInterface
1212
{
1313
/**
14-
* A regex to match the services that should be public
14+
* A regex to match the services that should be public.
15+
*
1516
* @var string
1617
*/
1718
private $regex;

0 commit comments

Comments
 (0)