stable
Clone or download
Read-only
request #14351: Expect 1 space after the closing brace of a control structure
This PSR-2 rule is now strictly enforced and the existing code fixed. Change-Id: I68a6731a1f7d8841bbc173e9c3ccd6c8cd2ea466
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/bin/DocmanImport/XMLDocmanImport.class.php | +1 | −3 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManager.class.php | +1 | −2 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManagerDao.class.php | +1 | −2 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Gantt.class.php | +9 | −27 | Go to diff View file |
M | plugins/mediawiki/fusionforge/FusionForge.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/lib/WikiCloner.class.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/BlockParser.php | +7 | −14 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/FileFinder.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/InlineParser.php | +11 | −12 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Template.php | +3 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/TextSearchQuery.php | +19 | −44 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiDB.php | +14 | −28 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +2 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/XmlElement.php | +15 | −30 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/main.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/BackLinks.php | +8 | −10 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/Calendar.php | +2 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CalendarList.php | +4 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/CreateBib.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/ziplib.php | +1 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_error.php | +1 | −3 | Go to diff View file |
M | src/www/include/user.php | +1 | −3 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset-minimal.xml | +0 | −1 | Go to diff View file |