mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-22 01:08:59 +08:00
@@ -132,7 +132,7 @@ EOT;
|
||||
|
||||
$lines = \file($filePath);
|
||||
|
||||
$lines = \array_map(function ($line) {
|
||||
$lines = \array_map(function (string $line): string {
|
||||
return 0 === \strpos(\trim($line), '// ') ? '' : $line;
|
||||
}, $lines);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user