mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 10:11:49 +01:00
Support PHP 5.4
This commit is contained in:
@@ -146,13 +146,18 @@
|
||||
2017-02-22
|
||||
-->
|
||||
<target name="check:cs" description="Checks coding standard">
|
||||
<echo msg="Checking coding standard..." />
|
||||
<echo msg="Checking coding standard... DISABLED for PHP 5.4" />
|
||||
<!--
|
||||
Disabled, because of error while running PHP 5.4.45:
|
||||
This task requires the PHP_CodeSniffer package installed and available on the include path
|
||||
|
||||
<phpcodesniffer standard="PSR2" showWarnings="true">
|
||||
<fileset refid="sourcecode" />
|
||||
<formatter type="checkstyle" outfile="${dir.reports}/checkstyle.xml" />
|
||||
<formatter type="csv" outfile="${dir.reports}/checkstyle.csv" />
|
||||
<formatter type="summary" outfile="${dir.reports}/checkstyle_summary.txt" />
|
||||
</phpcodesniffer>
|
||||
-->
|
||||
</target>
|
||||
|
||||
<!-- copy/paste detector -->
|
||||
|
||||
Reference in New Issue
Block a user