Bug #10071
Spelling mistake in ValidVariableNameSniff
| Status: | Closed | Start date: | 2010-10-05 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Andy Grunwald | % Done: | 100% |
|
| Category: | NamingConventions | Spent time: | 0.25 hour | |
| Target version: | 0.0.2 | |||
| Branch: | Tags: | |||
| Votes: | 0 |
Description
In file TYPO3/Sniffs/NamingConventions/ValidVariableNameSniff.php on line 115 change "Undescores" to "Underscores".
Associated revisions
Fixed bug #10071: Spelling mistake in ValidVariableNameSniff (Thanks to Andreas Otto)
Fixed bug #10071: Spelling mistake in ValidVariableNameSniff (Thanks to Andreas Otto)
Raise the version to 0.0.2.
- Resolve feature #11170 Improve the error message of the sniff
- Resolve feature #10122 Sniff: PHPDoc: Notice the use of void when function does not return a value.
- Resolve feature #10119 Add a proper check for function / method doc block comments
- Resolve bug #11132 Use whitespaces to indent params in comments in FunctionDocCommentSniff
- Resolve bug #11032 Allow include_once if it part of XClass declaration
- Resolve bug #10304 Allow underscores in historic variables like $EM_CONF $_EXTKEY
- Resolve bug #10246 Notice: Undefined index: scope_opener
- Resolve bug #10245 Notice: Undefined variable: long
- Resolve bug #10071 Spelling mistake in ValidVariableNameSniff
- Add a sniff which checks for @author annotation in function doc comments
- Add a sniff which checks for UTF-8 encoding in all PHP files
- Add a sniff which checks for XClass declaration
- Add a sniff which checks for unnecessary string concatenation
Raise the version to 0.0.2.
- Resolve feature #11170 Improve the error message of the sniff
- Resolve feature #10122 Sniff: PHPDoc: Notice the use of void when function does not return a value.
- Resolve feature #10119 Add a proper check for function / method doc block comments
- Resolve bug #11132 Use whitespaces to indent params in comments in FunctionDocCommentSniff
- Resolve bug #11032 Allow include_once if it part of XClass declaration
- Resolve bug #10304 Allow underscores in historic variables like $EM_CONF $_EXTKEY
- Resolve bug #10246 Notice: Undefined index: scope_opener
- Resolve bug #10245 Notice: Undefined variable: long
- Resolve bug #10071 Spelling mistake in ValidVariableNameSniff
- Add a sniff which checks for @author annotation in function doc comments
- Add a sniff which checks for UTF-8 encoding in all PHP files
- Add a sniff which checks for XClass declaration
- Add a sniff which checks for unnecessary string concatenation
History
Updated by Andy Grunwald over 2 years ago
- Category set to NamingConventions
- Status changed from New to Resolved
- Assignee set to Andy Grunwald
- Target version set to Initial release
- % Done changed from 0 to 100
Fixed in r2289
Thanks Andreas!
Updated by Stefano Kowalke over 2 years ago
- Status changed from Resolved to Closed
Updated by Stefano Kowalke over 2 years ago
- Target version changed from Initial release to 0.0.2