-
-
Notifications
You must be signed in to change notification settings - Fork 77
Correct typos and language #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d1eb42f
d68c335
01c7273
a907380
c11f18f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file doesn't belong here. |
||
|
||
declare(strict_types=1); |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ | |
* @property bool $stdin Read content from STDIN instead of supplied files. | ||
* @property string $stdinContent Content passed directly to PHPCS on STDIN. | ||
* @property string $stdinPath The path to use for content passed on STDIN. | ||
* @property bool $trackTime Whether or not to track sniff run time. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is nothing wrong with the original text as far as I can see. (here and below) |
||
* @property bool $trackTime Whether to track sniff run time. | ||
* | ||
* @property array<string, string> $extensions File extensions that should be checked, and what tokenizer to use. | ||
* E.g., array('inc' => 'PHP'); | ||
|
@@ -152,7 +152,7 @@ class Config | |
]; | ||
|
||
/** | ||
* Whether or not to kill the process when an unknown command line arg is found. | ||
* Whether to kill the process when an unknown command line arg is found. | ||
* | ||
* If FALSE, arguments that are not command line options or file/directory paths | ||
* will be ignored and execution will continue. These values will be stored in | ||
|
@@ -364,7 +364,7 @@ public function setSettings($settings) | |
* Creates a Config object and populates it with command line values. | ||
* | ||
* @param array $cliArgs An array of values gathered from CLI args. | ||
* @param bool $dieOnUnknownArg Whether or not to kill the process when an | ||
* @param bool $dieOnUnknownArg Whether to kill the process when an | ||
* unknown command line arg is found. | ||
* | ||
* @return void | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"without much problems" is an expression and is correct. "without many problems" changes the meaning of the sentence.