Implement network-specific metadata handling in commands. #518
+74
−0
Annotations
3 errors
|
Run PHPStan
Process completed with exit code 1.
|
|
Run PHPStan:
src/Network_Meta_Command.php#L69
Return type (mixed) of method Network_Meta_Command::get_metadata() should be covariant with return type (($single is true ? string : ($meta_key is '' ? array<array<string>> : array<string>))) of method WP_CLI\CommandWithMeta::get_metadata()
|
|
Run PHPStan:
src/Network_Meta_Command.php#L35
Method Network_Meta_Command::add_metadata() should return int|false but returns bool.
|
Loading