[root]/build-tools/CodeSniffer/Standards/Clansuite/Sniffs/Functions

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 14 (100.0%) | 311 (100.0%) | 22.2 |
- added array_unique() to forbidden functions sniff
14 lines of code changed in 1 file:
- fixes fox Sniffs (wrong classnames)
- added ruleset.xml (update to CodeSniffer v1.3+)
1 lines of code changed in 1 file:
- forbid alias function die(), use exit() instead
- forbid user-land functions named flush()
2 lines of code changed in 1 file:
- added new Sniffs
- fixed ForbiddenFunctionsSniff and PHPOpeningClosingTagSniff
119 lines of code changed in 2 files:
- added alias functions cleanups as of php5.4
18 lines of code changed in 1 file:
- putenv("TZ=") needs to be added, was removed with 5.4.0b
1 lines of code changed in 1 file:
- added deprecated ini directives & functions as of php5.4
- extended "odd aliases" list
23 lines of code changed in 1 file:
- added chop to forbidden functions
- slashed one line comments (//) are forbidden from now on, usage of hashes (#) is enforced
1 lines of code changed in 1 file:
- enable_dl sniff
1 lines of code changed in 1 file:
- enforce usage of is_file() instead of file_exists()
4 lines of code changed in 1 file:
- Dear Mr. Jenkins, please visit http://www.php.net/manual/en/migration53.deprecated.php and act accordingly. Best Regards, v
36 lines of code changed in 1 file:
- QA update
1 lines of code changed in 1 file:
- QA update
90 lines of code changed in 1 file: