stable
Clone or download
Read-only
request #14217: Declare only one class property per statement
This PSR-2 rule is now enforced on the codebase and existing code is fixed. Change-Id: I14dd6a1a11e630c457fc9bd03f979253e64d71d3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/mediawiki/mediawiki-skin/Tuleap.php | +4 | −2 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +4 | −2 | Go to diff View file |
M | src/common/language/BaseLanguage.class.php | +4 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/HtmlParser.php | +3 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/PageType.php | +8 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/Theme.php | +7 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUser.php | +6 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiUserNew.php | +4 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/XmlParser.php | +3 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/gif.php | +19 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_balls.inc.php | +6 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/imgdata_pushpins.inc.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph.php | +176 | −78 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_bar.php | +13 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_canvtools.php | +19 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_contour.php | +14 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_date.php | +4 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gantt.php | +104 | −40 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_gradient.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_iconplot.php | +10 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_led.php | +9 | −7 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_legend.inc.php | +21 | −8 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_line.php | +10 | −4 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_mgraph.php | +30 | −12 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie.php | +30 | −13 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_pie3d.php | +4 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotband.php | +9 | −3 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotline.php | +7 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_plotmark.inc.php | +20 | −8 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_polar.php | +20 | −8 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_radar.php | +12 | −6 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_regstat.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_scatter.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_stock.php | +5 | −2 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_table.php | +38 | −16 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_text.inc.php | +20 | −7 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_ttf.inc.php | +2 | −1 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_utils.inc.php | +24 | −9 | Go to diff View file |
M | src/embedded_vendor/jpgraph/jpgraph_windrose.php | +49 | −19 | Go to diff View file |
M | tests/phpcs/tuleap-ruleset-minimal.xml | +0 | −2 | Go to diff View file |