We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2da53 commit 25363e4Copy full SHA for 25363e4
src/Command/IsRunningTrait.php
@@ -20,7 +20,7 @@ trait IsRunningTrait
20
public function isRunning(): bool
21
{
22
/**
23
- * @var array<string>
+ * @var array<string> $pids
24
*/
25
$pids = $this->pidManager->read();
26
src/Log/AccessLogFormatter.php
@@ -49,7 +49,6 @@ class AccessLogFormatter implements AccessLogFormatterInterface
49
50
* @link https://anonscm.debian.org/cgit/pkg-apache/apache2.git/tree/debian/config-dir/apache2.conf.in#n212
51
*
52
- * phpcs:disable
53
* @var string
54
55
public const FORMAT_COMMON_DEBIAN = '%h %l %u %t “%r” %>s %O';
0 commit comments