📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 20:55:18
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
ai
/
http-request
/
application
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wordpress-seo/src/ai/http-request/application
🔄 Refresh
✏️
Editing: response-parser-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\AI\HTTP_Request\Application; use Yoast\WP\SEO\AI\HTTP_Request\Domain\Response; interface Response_Parser_Interface { /** * Parses the response from the API. * * @param array<int|string|array<string>> $response The response from the API. * * @return Response The parsed response. */ public function parse( $response ): Response; }
💾 Save Changes
❌ Cancel