Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

PLAT-101 update build.xml #107

Merged
merged 2 commits into from
Mar 22, 2016
Merged

PLAT-101 update build.xml #107

merged 2 commits into from
Mar 22, 2016

Conversation

Saphyel
Copy link
Contributor

@Saphyel Saphyel commented Mar 22, 2016

@@ -140,4 +140,7 @@
<target name="info:code:loc" description="Show stadistics of your lines of code">
<exec logoutput="true" command="${c.home}bin/phploc ${app.code}"/>
</target>
<target name="info:code:cbf" description="Fix some quality errors of the PHP code.">
<exec logoutput="true" command="${c.home}bin/phpcbf ${cs.standard} ${app.code}" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get more meaningful names for the property objects please? c. and cs. aren't overly obvious what they are...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bimsonz I used c as composer and cs as coding standard, if you have another idea for rename them, happy to change it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, we need to look at creating a ticket for maybe improving the readability at a later date :)

bimsonz added a commit that referenced this pull request Mar 22, 2016
@bimsonz bimsonz merged commit 98c1983 into develop Mar 22, 2016
@bimsonz bimsonz deleted the feature/PLAT-101_autofix branch March 22, 2016 12:21
@pvhee pvhee mentioned this pull request Jan 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants