Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../vendor_p.../stripe/stripe-p.../lib
File: TaxCode.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// File generated from our OpenAPI spec
[2] Fix | Delete
namespace WPForms\Vendor\Stripe;
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* <a href="https://stripe.com/docs/tax/tax-categories">Tax codes</a> classify goods and services for tax purposes.
[6] Fix | Delete
*
[7] Fix | Delete
* @property string $id Unique identifier for the object.
[8] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[9] Fix | Delete
* @property string $description A detailed description of which types of products the tax code represents.
[10] Fix | Delete
* @property string $name A short name for the tax code.
[11] Fix | Delete
*/
[12] Fix | Delete
class TaxCode extends ApiResource
[13] Fix | Delete
{
[14] Fix | Delete
const OBJECT_NAME = 'tax_code';
[15] Fix | Delete
use ApiOperations\All;
[16] Fix | Delete
use ApiOperations\Retrieve;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function