Page MenuHomePhabricator

The score command throws deprecated warning
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Run the ./bin/console score command

What happens?:
The command fails with the warning

2023-10-05T22:44:31+05:30 [info] User Deprecated: Method "Psr\Log\LoggerAwareInterface::setLogger()" might add "void" as a native return type declaration in the future. Do the same in implementation "Mediawiki\Api\Guzzle\MiddlewareFactory" now to avoid errors or add an explicit @return annotation to suppress this message.

What should have happened instead?:
The scores should have been calculated for the corresponding wikisources

Related Objects

Event Timeline

This deprecation warning should be fixed (by upgrading Symfony), but it's not likely to be related to the score command failing. Try with ./bin/console score -vv and see if there's anything being processed.

Samwilson claimed this task.