We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f237945 commit 960d541Copy full SHA for 960d541
src/Config.php
@@ -58,6 +58,7 @@
58
* @property bool $stdin Read content from STDIN instead of supplied files.
59
* @property string $stdinContent Content passed directly to PHPCS on STDIN.
60
* @property string $stdinPath The path to use for content passed on STDIN.
61
+ * @property bool $trackTime Whether or not to track sniff run time.
62
*
63
* @property array<string, string> $extensions File extensions that should be checked, and what tokenizer to use.
64
* E.g., array('inc' => 'PHP');
0 commit comments