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
It 's some problem with the newest version of phpDocumentor (3.4). The older one works fine.
Looks like the proper command is php /tmp/phpDocumentor.phar run ... but then it throws tons of text to console and takes long time, so something's still wrong.
EDIT: The console is full of "PHP Deprecated: Please use getType in phar:///tmp/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50" errors with long backtraces. So, adding -d error_reporting=24575 as php argument would be enough if not the fact that the command invokes subcommands that ignore this setting. Reference: phpDocumentor/phpDocumentor#3638
The text was updated successfully, but these errors were encountered:
When executing
make framework
it fails on phpDocumentor use:It 's some problem with the newest version of phpDocumentor (3.4). The older one works fine.
Looks like the proper command is
php /tmp/phpDocumentor.phar run ...
but then it throws tons of text to console and takes long time, so something's still wrong.EDIT: The console is full of "PHP Deprecated: Please use getType in phar:///tmp/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50" errors with long backtraces. So, adding
-d error_reporting=24575
asphp
argument would be enough if not the fact that the command invokes subcommands that ignore this setting. Reference: phpDocumentor/phpDocumentor#3638The text was updated successfully, but these errors were encountered: