Skip to content

Commit a29baff

Browse files
PHPDoc fix on KernelInterface purpose
1 parent 52848b0 commit a29baff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KernelInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use Symfony\Component\HttpFoundation\Response as HttpFoundationResponse;
88

99
/**
10-
* Objects that implement the KernelInterface can be used by the FastCGIDaemon
11-
* to
10+
* The FastCGIDaemon uses Objects that implement the KernelInterface to respond
11+
* to HTTP requests.
1212
*/
1313
interface KernelInterface
1414
{

0 commit comments

Comments
 (0)