Skip to content

Commit 109d667

Browse files
committed
chore: make docblocks match other PhpFpmProcess docblocks
1 parent 92b6db3 commit 109d667

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Lambda/Handler/Http/AbstractPhpFpmRequestEventHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abstract class AbstractPhpFpmRequestEventHandler extends AbstractHttpRequestEven
3333
private $logger;
3434

3535
/**
36-
* The PHP-FPM process.
36+
* The PHP-FPM process used by the Lambda runtime.
3737
*
3838
* @var PhpFpmProcess
3939
*/

src/WebsiteRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class WebsiteRuntime extends AbstractRuntime
4747
private $maxInvocations;
4848

4949
/**
50-
* The PHP-FPM process used by the runtime.
50+
* The PHP-FPM process used by the Lambda runtime.
5151
*
5252
* @var PhpFpmProcess
5353
*/

0 commit comments

Comments
 (0)