Skip to content

Commit

Permalink
Various minor documentation fixes. (spelling)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Apr 8, 2017
1 parent d2e54c2 commit eb56b94
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ without indenting.

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.
';
}

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.';
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ without indenting.

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.
';
}

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.';
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ without indenting.

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.
';
}

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.';
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ without indenting.

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.
';
}

if ($condition) {
echo 'This is a long
string that spans nultiple lines
string that spans multiple lines
with indenting.';
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Generic_Tests_WhiteSpace_ScopeIndentUnitTest extends AbstractSniffUnitTest


/**
* Get a list of CLI values to set befor the file is tested.
* Get a list of CLI values to set before the file is tested.
*
* @param string $testFile The name of the file being tested.
*
Expand Down
2 changes: 1 addition & 1 deletion CodeSniffer/Tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ final class PHP_CodeSniffer_Tokens
/**
* Tokens that represent the names of called functions.
*
* Mostly, these are just strings. But PHP tokeizes some language
* Mostly, these are just strings. But PHP tokenizes some language
* constructs and functions using their own tokens.
*
* @var array(int)
Expand Down

0 comments on commit eb56b94

Please sign in to comment.