Skip to content
Snippets Groups Projects

Issue #3316722: Declaration must be compatible with SanitizePluginInterface->messages(&messages: array, input: \Symfony\Component\Console\Input\InputInterface)

Closed Issue #3316722: Declaration must be compatible with SanitizePluginInterface->messages(&messages: array, input: \Symfony\Component\Console\Input\InputInterface)
Closed Lap Pham requested to merge issue/tfa-3316722:3316722-declaration-must-be into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -52,7 +52,7 @@ class TfaCommands extends DrushCommands implements SanitizePluginInterface {
*
* {@inheritdoc}
*/
public function messages(array &$messages, InputInterface $input) {
public function messages(&$messages, InputInterface $input) {
$messages[] = dt('Remove recovery codes and other user-specific TFA data.');
}
Loading