phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

Count() bug

Open bellenuit opened this issue 3 years ago • 0 comments
trafficstars

running locally on mac os 12.0.1 return this bug

phpDox 0.8.0 - Copyright (C) 2010 - 2021 by Arne Blankerts

[28.12.2021 - 20:10:40] Using config file './phpdox.xml' [28.12.2021 - 20:10:40] Registered collector backend 'parser' [28.12.2021 - 20:10:40] Registered enricher 'build' [28.12.2021 - 20:10:40] Registered enricher 'git' [28.12.2021 - 20:10:40] Registered enricher 'checkstyle' [28.12.2021 - 20:10:40] Registered enricher 'phpcs' [28.12.2021 - 20:10:40] Registered enricher 'pmd' [28.12.2021 - 20:10:40] Registered enricher 'phpunit' [28.12.2021 - 20:10:40] Registered enricher 'phploc' [28.12.2021 - 20:10:40] Registered output engine 'xml' [28.12.2021 - 20:10:40] Registered output engine 'html'

Oups... phpDox encountered a problem and has terminated!

It most likely means you've found a bug, so please file a report for this and paste the following details and the stacktrace (if given) along:

PHP Version: 7.3.29 (Darwin) PHPDox Version: 0.8.0 ErrorException: E_WARNING Location: phar:///Users/matti/Dropbox/Programming/subtitler2.1/git/phpdox-0.8.0.phar/phpdox/shared/FileInfoCollection.php (Line 67)

count(): Parameter must be an array or an object that implements Countable

#0 phar:///Users/matti/Dropbox/Programming/subtitler2.1/git/phpdox-0.8.0.phar/phpdox/shared/FileInfoCollection.php(67): count() #1 phar:///Users/matti/Dropbox/Programming/subtitler2.1/git/phpdox-0.8.0.phar/phpdox/shared/FileInfoCollection.php(53): TheSeer\phpDox\FileInfoCollection->count() #2 phar:///Users/matti/Dropbox/Programming/subtitler2.1/git/phpdox-0.8.0.phar/phpdox/bootstrap/Bootstrap.php(56): TheSeer\phpDox\FileInfoCollection->valid() #3 phar:///Users/matti/Dropbox/Programming/subtitler2.1/git/phpdox-0.8.0.phar/phpdox/CLI.php(129): TheSeer\phpDox\Bootstrap->load() #4 /Users/matti/Dropbox/Programming/subtitler2.1/git/phpdox-0.8.0.phar(449): TheSeer\phpDox\CLI->run()

bellenuit avatar Dec 28 '21 19:12 bellenuit