We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1db15e commit 12d26d5Copy full SHA for 12d26d5
src/Edd/PluginUpdater.php
@@ -114,7 +114,7 @@ protected function checkUpdate(mixed $value): array|\stdClass
114
* @param object|null $args
115
* @return mixed
116
*/
117
- protected function pluginsApiFilter(mixed $result, string $action = '', object $args = null): mixed
+ protected function pluginsApiFilter(mixed $result, string $action = '', ?object $args = null): mixed
118
{
119
if ('plugin_information' !== $action) {
120
return $result;
0 commit comments