From 41b2f54108018cf69aaa73904fade23e5adfd0cc Mon Sep 17 00:00:00 2001 From: Michiel Rook Date: Thu, 2 Mar 2017 11:36:09 +0100 Subject: [PATCH] Refs #683 - fix inconsistencies in the phploc docs --- docs/docbook5/en/source/appendixes/optionaltasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docbook5/en/source/appendixes/optionaltasks.xml b/docs/docbook5/en/source/appendixes/optionaltasks.xml index be7b72dda0..1b56aea7b5 100644 --- a/docs/docbook5/en/source/appendixes/optionaltasks.xml +++ b/docs/docbook5/en/source/appendixes/optionaltasks.xml @@ -8641,7 +8641,7 @@ Note that you can omit both startpoint and track attributes in this case </target> 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. <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"> <phploc countTests="true"> <fileset dir="."> <include name="**/*.php" /> @@ -8703,7 +8703,7 @@ description="Measures the size of the project and count it's tests"> String Path to write output file to. n/a - Yes + Yes, if usefile> is true