0){ $key = $matches[1]; $content = trim($matches[3] ?? ""); if($key === "notscript"){ return null; } $data[$key] = $content; } if($insideHeader and strpos($line, "*/") !== false){ break; } } if($insideHeader){ return new PluginDescription($data); } return null; } public function getAccessProtocol() : string{ return ""; } }