Skip to content

Commit 25363e4

Browse files
committed
Fix coding standard errors
Signed-off-by: Aleksei Khudiakov <[email protected]>
1 parent 6c2da53 commit 25363e4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Command/IsRunningTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trait IsRunningTrait
2020
public function isRunning(): bool
2121
{
2222
/**
23-
* @var array<string>
23+
* @var array<string> $pids
2424
*/
2525
$pids = $this->pidManager->read();
2626

src/Log/AccessLogFormatter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class AccessLogFormatter implements AccessLogFormatterInterface
4949
/**
5050
* @link https://anonscm.debian.org/cgit/pkg-apache/apache2.git/tree/debian/config-dir/apache2.conf.in#n212
5151
*
52-
* phpcs:disable
5352
* @var string
5453
*/
5554
public const FORMAT_COMMON_DEBIAN = '%h %l %u %t “%r” %>s %O';

0 commit comments

Comments
 (0)