Skip to content

Commit 960d541

Browse files
committed
Config: minor documentation touch-up
1 parent f237945 commit 960d541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config.php

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* @property bool $stdin Read content from STDIN instead of supplied files.
5959
* @property string $stdinContent Content passed directly to PHPCS on STDIN.
6060
* @property string $stdinPath The path to use for content passed on STDIN.
61+
* @property bool $trackTime Whether or not to track sniff run time.
6162
*
6263
* @property array<string, string> $extensions File extensions that should be checked, and what tokenizer to use.
6364
* E.g., array('inc' => 'PHP');

0 commit comments

Comments
 (0)