| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12726] Fix coding style | Tristan Darricau | 2014-06-22 | 1 | -2/+4 |
| | | | | | PHPBB3-12726 | ||||
| * | [ticket/12726] Update error message | Tristan Darricau | 2014-06-22 | 1 | -1/+1 |
| | | | | | PHPBB3-12726 | ||||
| * | [ticket/12726] Fix coding style | Tristan Darricau | 2014-06-22 | 1 | -2/+3 |
| | | | | | PHPBB3-12726 | ||||
| * | [ticket/12726] Ensure PHP files do not contain any unused use statements | Tristan Darricau | 2014-06-22 | 2 | -0/+209 |
| | | | | | PHPBB3-12726 | ||||
| * | [ticket/12726] PSR2.Namespaces.NamespaceDeclaration | Tristan Darricau | 2014-06-22 | 1 | -0/+3 |
| | | | | | PHPBB3-12726 | ||||
| * | [ticket/12723] Do not mention too many details on documentation. | Andreas Fischer | 2014-06-22 | 1 | -3/+1 |
| | | | | | PHPBB3-12723 | ||||
| * | [ticket/12723] Do not reference the coding guidelines section. | Andreas Fischer | 2014-06-22 | 1 | -3/+2 |
| | | | | | PHPBB3-12723 | ||||
| * | [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions | Andreas Fischer | 2014-06-22 | 1 | -0/+8 |
| | | | | | PHPBB3-12757 | ||||
| * | [ticket/12723] Properly describe new Code Sniffer rulsets. | Andreas Fischer | 2014-06-22 | 2 | -4/+4 |
| | | | | | PHPBB3-12723 | ||||
| * | [ticket/12723] Use core suffix in filename instead of phpbb in the middle. | Andreas Fischer | 2014-06-22 | 2 | -1/+1 |
| | | | | | PHPBB3-12723 | ||||
| * | [ticket/12723] Add Sniff ensuring PHP files use the correct file header | Tristan Darricau | 2014-06-22 | 7 | -248/+138 |
| | | | | | PHPBB3-12723 | ||||
| * | [ticket/12721] Update rules descriptions | Tristan Darricau | 2014-06-16 | 1 | -8/+10 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Generic.NamingConventions.ConstructorName in strict | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman | Tristan Darricau | 2014-06-16 | 1 | -0/+4 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12721 | ||||
| * | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12722 | ||||
| * | [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | PHPBB3-12724 | ||||
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 3 | -15/+24 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code. | Andreas Fischer | 2014-04-29 | 2 | -12/+12 |
| | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458 | ||||
| * | [ticket/12349] Fix Sniffer for @license tag | Joas Schilling | 2014-04-03 | 1 | -1/+1 |
| | | | | | PHPBB3-12349 | ||||
| * | [ticket/12180] Add "Each file MUST end with exactly one newline character" rule | Andreas Fischer | 2014-02-10 | 1 | -0/+3 |
| | | | | | PHPBB3-12180 | ||||
| * | [task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbols | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespace | Andreas Fischer | 2013-10-30 | 1 | -4/+6 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add Generic.Functions.CallTimePassByReference | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatements | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add OneClassPerFile and OneInterfacePerFile. | Andreas Fischer | 2013-10-30 | 1 | -0/+4 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add Generic.CodeAnalysis.UselessOverridingMethod | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add Generic.CodeAnalysis.ForLoopShouldBeWhileLoop | Andreas Fischer | 2013-10-29 | 1 | -0/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Check function/method argument list spacing. | Andreas Fischer | 2013-10-29 | 1 | -0/+9 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Cleanup code sniffer ruleset files. | Andreas Fischer | 2013-10-29 | 2 | -5/+3 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Add code sniffer rulesets. | Andreas Fischer | 2013-10-27 | 3 | -0/+79 |
| | | | | | PHPBB3-11980 | ||||
| * | [task/code-sniffer] Move code sniffer below build folder. | Andreas Fischer | 2013-10-27 | 5 | -0/+346 |
| PHPBB3-11980 | |||||
