Skip to content

Commit

Permalink
Refs #683 - fix inconsistencies in the phploc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Mar 2, 2017
1 parent 9e0055a commit 41b2f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docbook5/en/source/appendixes/optionaltasks.xml
Expand Up @@ -8641,7 +8641,7 @@ Note that you can omit both startpoint and track attributes in this case
&lt;/target></programlisting>
<para>Checks the size of the project living in ${project.basedir} and writes the result as a txt report to ${project.basedir}/phploc-reports/${check.date.time}-report.txt.</para>
<programlisting language="xml">&lt;target name="project-size-and-tests"
description="Measures the size of the project and count it's tests">
description="Measures the size of the project and counts the tests">
&lt;phploc countTests="true">
&lt;fileset dir=".">
&lt;include name="**/*.php" />
Expand Down Expand Up @@ -8703,7 +8703,7 @@ description="Measures the size of the project and count it's tests">
<entry><literal role="type">String</literal></entry>
<entry>Path to write output file to.</entry>
<entry>n/a</entry>
<entry>Yes</entry>
<entry>Yes, if <literal>usefile></literal> is <literal>true</literal></entry>
</row>
</tbody>
</tgroup>
Expand Down

0 comments on commit 41b2f54

Please sign in to comment.