You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<targetname="phploc"unless="phploc.done"description="Measure project size using PHPLOC and print human readable output">
<phploccountTests="true">
<filesetrefid="phpFiles"/>
<formattertype="cli"outfile="build/html/phploc.txt"/>
<formattertype="cli"outfile="build/logs/phploc.txt"/>
<formattertype="xml"outfile="build/logs/phploc.xml"/>
<formattertype="csv"outfile="build/logs/phploc.csv"/>
</phploc>
<propertyname="phploc.done"value="true"/>
</target>
Stack trace
[phploc] Writing report to: ./build/logs/phploc.xml
PHP Fatal error: Uncaught Error: Class'\SebastianBergmann\PHPLOC\Log\XML' not found in /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocXMLFormatter.php:34
Stack trace:
#0 /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocTask.php(310): PHPLocXMLFormatter->printResult(Array, true)#1 /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocTask.php(219): PHPLocTask->runPhpLocCheck()#2 /path/to/project/vendor/phing/phing/classes/phing/UnknownElement.php(100): PHPLocTask->main()#3 /path/to/project/vendor/phing/phing/classes/phing/Task.php(283): UnknownElement->main()#4 /path/to/project/vendor/phing/phing/classes/phing/Target.php(336): Task->perform()#5 /path/to/project/vendor/phing/phing/classes/phing/Target.php(366): Target->main()#6 /path/to/project/vendor/phing/phing/classes/phing/Project.php(898): T in /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocXMLFormatter.php on line 34
Fatal error: Uncaught Error: Class'\SebastianBergmann\PHPLOC\Log\XML' not found in /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocXMLFormatter.php on line 34
Error: Class'\SebastianBergmann\PHPLOC\Log\XML' not found in /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocXMLFormatter.php on line 34
Call Stack:
0.00023616881. {main}() /path/to/project/vendor/phing/phing/bin/phing:00.00053764322.require_once() /path/to/project/vendor/phing/phing/bin/phing:140.029552025923. Phing::fire() /path/to/project/vendor/phing/phing/bin/phing.php:580.029552025924. Phing::start() /path/to/project/vendor/phing/phing/classes/phing/Phing.php:3470.030453057285. Phing->runBuild() /path/to/project/vendor/phing/phing/classes/phing/Phing.php:2000.0866122274166. Project->executeTargets() /path/to/project/vendor/phing/phing/classes/phing/Phing.php:7230.0866122274167. Project->executeTarget() /path/to/project/vendor/phing/phing/classes/phing/Project.php:8680.0868122287768. Target->performTasks() /path/to/project/vendor/phing/phing/classes/phing/Project.php:8980.0868122287769. Target->main() /path/to/project/vendor/phing/phing/classes/phing/Target.php:3660.08681222877610. UnknownElement->perform() /path/to/project/vendor/phing/phing/classes/phing/Target.php:3360.08741224262411. UnknownElement->main() /path/to/project/vendor/phing/phing/classes/phing/Task.php:2830.08741224262412. PHPLocTask->main() /path/to/project/vendor/phing/phing/classes/phing/UnknownElement.php:1000.93981620365613. PHPLocTask->runPhpLocCheck() /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocTask.php:2191.06291793104014. PHPLocXMLFormatter->printResult() /path/to/project/vendor/phing/phing/classes/phing/tasks/ext/phploc/PHPLocTask.php:310
The text was updated successfully, but these errors were encountered:
composer.json:
task definition:
Stack trace
The text was updated successfully, but these errors were encountered: