From 9da81d3765210f53e60436cd9473717a137f82c1 Mon Sep 17 00:00:00 2001 From: Orkun Date: Tue, 23 Jul 2024 15:57:02 +0300 Subject: [PATCH] chore: php cs fixer --- src/ApiException.php | 3 +-- src/Configuration.php | 2 +- src/Model/ASN.php | 8 ++++---- src/Model/BotdDetectionResult.php | 12 ++++++------ src/Model/BotdResult.php | 8 ++++---- src/Model/BrowserDetails.php | 8 ++++---- src/Model/ClonedAppResult.php | 8 ++++---- src/Model/Confidence.php | 8 ++++---- src/Model/DataCenter.php | 8 ++++---- src/Model/DeprecatedIPLocation.php | 8 ++++---- src/Model/DeprecatedIPLocationCity.php | 8 ++++---- src/Model/EmulatorResult.php | 8 ++++---- src/Model/ErrorEvent403Response.php | 8 ++++---- src/Model/ErrorEvent403ResponseError.php | 14 +++++++------- src/Model/ErrorEvent404Response.php | 8 ++++---- src/Model/ErrorEvent404ResponseError.php | 8 ++++---- src/Model/ErrorVisits403.php | 8 ++++---- src/Model/EventResponse.php | 8 ++++---- src/Model/FactoryResetResult.php | 8 ++++---- src/Model/FridaResult.php | 8 ++++---- src/Model/HighActivityResult.php | 8 ++++---- src/Model/IPLocation.php | 8 ++++---- src/Model/IPLocationCity.php | 8 ++++---- src/Model/IdentificationError.php | 10 +++++----- src/Model/IncognitoResult.php | 8 ++++---- src/Model/IpBlockListResult.php | 8 ++++---- src/Model/IpBlockListResultDetails.php | 8 ++++---- src/Model/IpInfoResult.php | 8 ++++---- src/Model/IpInfoResultV4.php | 8 ++++---- src/Model/IpInfoResultV6.php | 8 ++++---- src/Model/JailbrokenResult.php | 8 ++++---- src/Model/Location.php | 8 ++++---- src/Model/LocationSpoofingResult.php | 8 ++++---- src/Model/ManyRequestsResponse.php | 8 ++++---- src/Model/PrivacySettingsResult.php | 8 ++++---- src/Model/ProductError.php | 10 +++++----- src/Model/ProductsResponse.php | 8 ++++---- src/Model/ProductsResponseBotd.php | 8 ++++---- src/Model/ProductsResponseIdentification.php | 8 ++++---- src/Model/ProductsResponseIdentificationData.php | 8 ++++---- src/Model/ProxyResult.php | 8 ++++---- src/Model/RawDeviceAttributesResult.php | 8 ++++---- src/Model/Response.php | 8 ++++---- src/Model/ResponseVisits.php | 8 ++++---- src/Model/RootAppsResult.php | 8 ++++---- src/Model/SeenAt.php | 8 ++++---- src/Model/SignalResponseClonedApp.php | 8 ++++---- src/Model/SignalResponseEmulator.php | 8 ++++---- src/Model/SignalResponseFactoryReset.php | 8 ++++---- src/Model/SignalResponseFrida.php | 8 ++++---- src/Model/SignalResponseHighActivity.php | 8 ++++---- src/Model/SignalResponseIncognito.php | 8 ++++---- src/Model/SignalResponseIpBlocklist.php | 8 ++++---- src/Model/SignalResponseIpInfo.php | 8 ++++---- src/Model/SignalResponseJailbroken.php | 8 ++++---- src/Model/SignalResponseLocationSpoofing.php | 8 ++++---- src/Model/SignalResponsePrivacySettings.php | 8 ++++---- src/Model/SignalResponseProxy.php | 8 ++++---- src/Model/SignalResponseRawDeviceAttributes.php | 8 ++++---- src/Model/SignalResponseRootApps.php | 8 ++++---- src/Model/SignalResponseSuspectScore.php | 8 ++++---- src/Model/SignalResponseTampering.php | 8 ++++---- src/Model/SignalResponseTor.php | 8 ++++---- src/Model/SignalResponseVirtualMachine.php | 8 ++++---- src/Model/SignalResponseVpn.php | 8 ++++---- src/Model/Subdivision.php | 8 ++++---- src/Model/SuspectScoreResult.php | 8 ++++---- src/Model/TamperingResult.php | 8 ++++---- src/Model/TorResult.php | 8 ++++---- src/Model/VirtualMachineResult.php | 8 ++++---- src/Model/Visit.php | 8 ++++---- src/Model/VpnResult.php | 8 ++++---- src/Model/VpnResultMethods.php | 8 ++++---- src/Model/WebhookVisit.php | 8 ++++---- src/ObjectSerializer.php | 8 ++++---- 75 files changed, 301 insertions(+), 302 deletions(-) diff --git a/src/ApiException.php b/src/ApiException.php index a2d352c3..e9eaae55 100644 --- a/src/ApiException.php +++ b/src/ApiException.php @@ -27,7 +27,7 @@ namespace Fingerprint\ServerAPI; -use \Exception; +use Exception; /** * ApiException Class Doc Comment @@ -39,7 +39,6 @@ */ class ApiException extends Exception { - /** * The HTTP body of the server response either as Json or string. * diff --git a/src/Configuration.php b/src/Configuration.php index 65a67717..931a0514 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -461,4 +461,4 @@ public function getApiKeyWithPrefix($apiKeyIdentifier) return $keyWithPrefix; } -} \ No newline at end of file +} diff --git a/src/Model/ASN.php b/src/Model/ASN.php index c455a809..36241c78 100644 --- a/src/Model/ASN.php +++ b/src/Model/ASN.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ASN Class Doc Comment @@ -41,7 +41,7 @@ */ class ASN implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -162,7 +162,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/BotdDetectionResult.php b/src/Model/BotdDetectionResult.php index 01f6e0d4..b6b90ac3 100644 --- a/src/Model/BotdDetectionResult.php +++ b/src/Model/BotdDetectionResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * BotdDetectionResult Class Doc Comment @@ -42,7 +42,7 @@ */ class BotdDetectionResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -158,9 +158,9 @@ public function getModelName() return self::$swaggerModelName; } - const RESULT_NOT_DETECTED = 'notDetected'; -const RESULT_GOOD = 'good'; -const RESULT_BAD = 'bad'; + public const RESULT_NOT_DETECTED = 'notDetected'; + public const RESULT_GOOD = 'good'; + public const RESULT_BAD = 'bad'; /** * Gets allowable values of the enum diff --git a/src/Model/BotdResult.php b/src/Model/BotdResult.php index 5d2c2b94..743e00f0 100644 --- a/src/Model/BotdResult.php +++ b/src/Model/BotdResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * BotdResult Class Doc Comment @@ -42,7 +42,7 @@ */ class BotdResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -183,7 +183,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/BrowserDetails.php b/src/Model/BrowserDetails.php index f92c3853..773f89d0 100644 --- a/src/Model/BrowserDetails.php +++ b/src/Model/BrowserDetails.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * BrowserDetails Class Doc Comment @@ -41,7 +41,7 @@ */ class BrowserDetails implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -187,7 +187,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ClonedAppResult.php b/src/Model/ClonedAppResult.php index 506d0e11..469112c2 100644 --- a/src/Model/ClonedAppResult.php +++ b/src/Model/ClonedAppResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ClonedAppResult Class Doc Comment @@ -41,7 +41,7 @@ */ class ClonedAppResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/Confidence.php b/src/Model/Confidence.php index 8d429199..f9959fb6 100644 --- a/src/Model/Confidence.php +++ b/src/Model/Confidence.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * Confidence Class Doc Comment @@ -41,7 +41,7 @@ */ class Confidence implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/DataCenter.php b/src/Model/DataCenter.php index 2a0fa7ac..43d2f436 100644 --- a/src/Model/DataCenter.php +++ b/src/Model/DataCenter.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * DataCenter Class Doc Comment @@ -41,7 +41,7 @@ */ class DataCenter implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/DeprecatedIPLocation.php b/src/Model/DeprecatedIPLocation.php index fffaad63..cad21d7b 100644 --- a/src/Model/DeprecatedIPLocation.php +++ b/src/Model/DeprecatedIPLocation.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * DeprecatedIPLocation Class Doc Comment @@ -42,7 +42,7 @@ */ class DeprecatedIPLocation implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -193,7 +193,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/DeprecatedIPLocationCity.php b/src/Model/DeprecatedIPLocationCity.php index d297b2e8..d437a507 100644 --- a/src/Model/DeprecatedIPLocationCity.php +++ b/src/Model/DeprecatedIPLocationCity.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * DeprecatedIPLocationCity Class Doc Comment @@ -41,7 +41,7 @@ */ class DeprecatedIPLocationCity implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/EmulatorResult.php b/src/Model/EmulatorResult.php index b0a76d67..bfcd69be 100644 --- a/src/Model/EmulatorResult.php +++ b/src/Model/EmulatorResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * EmulatorResult Class Doc Comment @@ -41,7 +41,7 @@ */ class EmulatorResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ErrorEvent403Response.php b/src/Model/ErrorEvent403Response.php index 8f71b507..5f652bd2 100644 --- a/src/Model/ErrorEvent403Response.php +++ b/src/Model/ErrorEvent403Response.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ErrorEvent403Response Class Doc Comment @@ -41,7 +41,7 @@ */ class ErrorEvent403Response implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ErrorEvent403ResponseError.php b/src/Model/ErrorEvent403ResponseError.php index deba9368..a4508276 100644 --- a/src/Model/ErrorEvent403ResponseError.php +++ b/src/Model/ErrorEvent403ResponseError.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ErrorEvent403ResponseError Class Doc Comment @@ -41,7 +41,7 @@ */ class ErrorEvent403ResponseError implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,10 +157,10 @@ public function getModelName() return self::$swaggerModelName; } - const CODE_TOKEN_REQUIRED = 'TokenRequired'; -const CODE_TOKEN_NOT_FOUND = 'TokenNotFound'; -const CODE_SUBSCRIPTION_NOT_ACTIVE = 'SubscriptionNotActive'; -const CODE_WRONG_REGION = 'WrongRegion'; + public const CODE_TOKEN_REQUIRED = 'TokenRequired'; + public const CODE_TOKEN_NOT_FOUND = 'TokenNotFound'; + public const CODE_SUBSCRIPTION_NOT_ACTIVE = 'SubscriptionNotActive'; + public const CODE_WRONG_REGION = 'WrongRegion'; /** * Gets allowable values of the enum diff --git a/src/Model/ErrorEvent404Response.php b/src/Model/ErrorEvent404Response.php index c7803054..fce3aefc 100644 --- a/src/Model/ErrorEvent404Response.php +++ b/src/Model/ErrorEvent404Response.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ErrorEvent404Response Class Doc Comment @@ -41,7 +41,7 @@ */ class ErrorEvent404Response implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ErrorEvent404ResponseError.php b/src/Model/ErrorEvent404ResponseError.php index b6b14968..6b8fed5b 100644 --- a/src/Model/ErrorEvent404ResponseError.php +++ b/src/Model/ErrorEvent404ResponseError.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ErrorEvent404ResponseError Class Doc Comment @@ -41,7 +41,7 @@ */ class ErrorEvent404ResponseError implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - const CODE_REQUEST_NOT_FOUND = 'RequestNotFound'; + public const CODE_REQUEST_NOT_FOUND = 'RequestNotFound'; /** * Gets allowable values of the enum diff --git a/src/Model/ErrorVisits403.php b/src/Model/ErrorVisits403.php index 46826318..21f996f8 100644 --- a/src/Model/ErrorVisits403.php +++ b/src/Model/ErrorVisits403.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ErrorVisits403 Class Doc Comment @@ -41,7 +41,7 @@ */ class ErrorVisits403 implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/EventResponse.php b/src/Model/EventResponse.php index eabe5e08..bd1bf37e 100644 --- a/src/Model/EventResponse.php +++ b/src/Model/EventResponse.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * EventResponse Class Doc Comment @@ -42,7 +42,7 @@ */ class EventResponse implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -158,7 +158,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/FactoryResetResult.php b/src/Model/FactoryResetResult.php index 8faeac68..90521518 100644 --- a/src/Model/FactoryResetResult.php +++ b/src/Model/FactoryResetResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * FactoryResetResult Class Doc Comment @@ -41,7 +41,7 @@ */ class FactoryResetResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/FridaResult.php b/src/Model/FridaResult.php index 48b7de01..2a39cb11 100644 --- a/src/Model/FridaResult.php +++ b/src/Model/FridaResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * FridaResult Class Doc Comment @@ -41,7 +41,7 @@ */ class FridaResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/HighActivityResult.php b/src/Model/HighActivityResult.php index b7ebca8b..900af0d6 100644 --- a/src/Model/HighActivityResult.php +++ b/src/Model/HighActivityResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * HighActivityResult Class Doc Comment @@ -41,7 +41,7 @@ */ class HighActivityResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IPLocation.php b/src/Model/IPLocation.php index 3709db3f..7de0a344 100644 --- a/src/Model/IPLocation.php +++ b/src/Model/IPLocation.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IPLocation Class Doc Comment @@ -41,7 +41,7 @@ */ class IPLocation implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -192,7 +192,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IPLocationCity.php b/src/Model/IPLocationCity.php index eb1c5ae5..b2cc0806 100644 --- a/src/Model/IPLocationCity.php +++ b/src/Model/IPLocationCity.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IPLocationCity Class Doc Comment @@ -41,7 +41,7 @@ */ class IPLocationCity implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IdentificationError.php b/src/Model/IdentificationError.php index 539c584f..c8e1d222 100644 --- a/src/Model/IdentificationError.php +++ b/src/Model/IdentificationError.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IdentificationError Class Doc Comment @@ -41,7 +41,7 @@ */ class IdentificationError implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,8 +157,8 @@ public function getModelName() return self::$swaggerModelName; } - const CODE__429_TOO_MANY_REQUESTS = '429 Too Many Requests'; -const CODE_FAILED = 'Failed'; + public const CODE__429_TOO_MANY_REQUESTS = '429 Too Many Requests'; + public const CODE_FAILED = 'Failed'; /** * Gets allowable values of the enum diff --git a/src/Model/IncognitoResult.php b/src/Model/IncognitoResult.php index c5178f47..777f9166 100644 --- a/src/Model/IncognitoResult.php +++ b/src/Model/IncognitoResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IncognitoResult Class Doc Comment @@ -41,7 +41,7 @@ */ class IncognitoResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IpBlockListResult.php b/src/Model/IpBlockListResult.php index 82d9cf37..ada18c8e 100644 --- a/src/Model/IpBlockListResult.php +++ b/src/Model/IpBlockListResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IpBlockListResult Class Doc Comment @@ -41,7 +41,7 @@ */ class IpBlockListResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IpBlockListResultDetails.php b/src/Model/IpBlockListResultDetails.php index 3fe5d75d..90581a2b 100644 --- a/src/Model/IpBlockListResultDetails.php +++ b/src/Model/IpBlockListResultDetails.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IpBlockListResultDetails Class Doc Comment @@ -41,7 +41,7 @@ */ class IpBlockListResultDetails implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IpInfoResult.php b/src/Model/IpInfoResult.php index e64f7e36..82340750 100644 --- a/src/Model/IpInfoResult.php +++ b/src/Model/IpInfoResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IpInfoResult Class Doc Comment @@ -42,7 +42,7 @@ */ class IpInfoResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -158,7 +158,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IpInfoResultV4.php b/src/Model/IpInfoResultV4.php index 4aee3502..68105f75 100644 --- a/src/Model/IpInfoResultV4.php +++ b/src/Model/IpInfoResultV4.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IpInfoResultV4 Class Doc Comment @@ -41,7 +41,7 @@ */ class IpInfoResultV4 implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -167,7 +167,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/IpInfoResultV6.php b/src/Model/IpInfoResultV6.php index cd6935d0..d8a866d5 100644 --- a/src/Model/IpInfoResultV6.php +++ b/src/Model/IpInfoResultV6.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * IpInfoResultV6 Class Doc Comment @@ -41,7 +41,7 @@ */ class IpInfoResultV6 implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -167,7 +167,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/JailbrokenResult.php b/src/Model/JailbrokenResult.php index 1a19096b..3b48a66c 100644 --- a/src/Model/JailbrokenResult.php +++ b/src/Model/JailbrokenResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * JailbrokenResult Class Doc Comment @@ -41,7 +41,7 @@ */ class JailbrokenResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/Location.php b/src/Model/Location.php index b61a952d..f0b69a2f 100644 --- a/src/Model/Location.php +++ b/src/Model/Location.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * Location Class Doc Comment @@ -41,7 +41,7 @@ */ class Location implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/LocationSpoofingResult.php b/src/Model/LocationSpoofingResult.php index 2f164617..2ded103f 100644 --- a/src/Model/LocationSpoofingResult.php +++ b/src/Model/LocationSpoofingResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * LocationSpoofingResult Class Doc Comment @@ -41,7 +41,7 @@ */ class LocationSpoofingResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ManyRequestsResponse.php b/src/Model/ManyRequestsResponse.php index 292605f8..658834f2 100644 --- a/src/Model/ManyRequestsResponse.php +++ b/src/Model/ManyRequestsResponse.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ManyRequestsResponse Class Doc Comment @@ -41,7 +41,7 @@ */ class ManyRequestsResponse implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/PrivacySettingsResult.php b/src/Model/PrivacySettingsResult.php index 01a7809f..12f2c0cc 100644 --- a/src/Model/PrivacySettingsResult.php +++ b/src/Model/PrivacySettingsResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * PrivacySettingsResult Class Doc Comment @@ -41,7 +41,7 @@ */ class PrivacySettingsResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ProductError.php b/src/Model/ProductError.php index 00e8625d..4638a72b 100644 --- a/src/Model/ProductError.php +++ b/src/Model/ProductError.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ProductError Class Doc Comment @@ -41,7 +41,7 @@ */ class ProductError implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,8 +157,8 @@ public function getModelName() return self::$swaggerModelName; } - const CODE_TOO_MANY_REQUESTS = 'TooManyRequests'; -const CODE_FAILED = 'Failed'; + public const CODE_TOO_MANY_REQUESTS = 'TooManyRequests'; + public const CODE_FAILED = 'Failed'; /** * Gets allowable values of the enum diff --git a/src/Model/ProductsResponse.php b/src/Model/ProductsResponse.php index fbdf4497..33f909ab 100644 --- a/src/Model/ProductsResponse.php +++ b/src/Model/ProductsResponse.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ProductsResponse Class Doc Comment @@ -42,7 +42,7 @@ */ class ProductsResponse implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -253,7 +253,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ProductsResponseBotd.php b/src/Model/ProductsResponseBotd.php index 352245dc..96048d1d 100644 --- a/src/Model/ProductsResponseBotd.php +++ b/src/Model/ProductsResponseBotd.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ProductsResponseBotd Class Doc Comment @@ -41,7 +41,7 @@ */ class ProductsResponseBotd implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ProductsResponseIdentification.php b/src/Model/ProductsResponseIdentification.php index a6034934..b3010b1d 100644 --- a/src/Model/ProductsResponseIdentification.php +++ b/src/Model/ProductsResponseIdentification.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ProductsResponseIdentification Class Doc Comment @@ -41,7 +41,7 @@ */ class ProductsResponseIdentification implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ProductsResponseIdentificationData.php b/src/Model/ProductsResponseIdentificationData.php index 0e77cc98..bfe5d5fd 100644 --- a/src/Model/ProductsResponseIdentificationData.php +++ b/src/Model/ProductsResponseIdentificationData.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ProductsResponseIdentificationData Class Doc Comment @@ -41,7 +41,7 @@ */ class ProductsResponseIdentificationData implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -222,7 +222,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ProxyResult.php b/src/Model/ProxyResult.php index 51f5b296..ab3c30bb 100644 --- a/src/Model/ProxyResult.php +++ b/src/Model/ProxyResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ProxyResult Class Doc Comment @@ -41,7 +41,7 @@ */ class ProxyResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/RawDeviceAttributesResult.php b/src/Model/RawDeviceAttributesResult.php index cd96408f..61e29953 100644 --- a/src/Model/RawDeviceAttributesResult.php +++ b/src/Model/RawDeviceAttributesResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * RawDeviceAttributesResult Class Doc Comment @@ -42,7 +42,7 @@ */ class RawDeviceAttributesResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -153,7 +153,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/Response.php b/src/Model/Response.php index 540abf2a..83e35b2b 100644 --- a/src/Model/Response.php +++ b/src/Model/Response.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * Response Class Doc Comment @@ -42,7 +42,7 @@ */ class Response implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -168,7 +168,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/ResponseVisits.php b/src/Model/ResponseVisits.php index 9f72d757..d9f91edf 100644 --- a/src/Model/ResponseVisits.php +++ b/src/Model/ResponseVisits.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * ResponseVisits Class Doc Comment @@ -41,7 +41,7 @@ */ class ResponseVisits implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -217,7 +217,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/RootAppsResult.php b/src/Model/RootAppsResult.php index c1e6eae6..1c3b4c8f 100644 --- a/src/Model/RootAppsResult.php +++ b/src/Model/RootAppsResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * RootAppsResult Class Doc Comment @@ -41,7 +41,7 @@ */ class RootAppsResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SeenAt.php b/src/Model/SeenAt.php index 17c647fc..647f2886 100644 --- a/src/Model/SeenAt.php +++ b/src/Model/SeenAt.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SeenAt Class Doc Comment @@ -41,7 +41,7 @@ */ class SeenAt implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseClonedApp.php b/src/Model/SignalResponseClonedApp.php index 6f1e3658..837a6113 100644 --- a/src/Model/SignalResponseClonedApp.php +++ b/src/Model/SignalResponseClonedApp.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseClonedApp Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseClonedApp implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseEmulator.php b/src/Model/SignalResponseEmulator.php index 24e25401..eaffdb6e 100644 --- a/src/Model/SignalResponseEmulator.php +++ b/src/Model/SignalResponseEmulator.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseEmulator Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseEmulator implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseFactoryReset.php b/src/Model/SignalResponseFactoryReset.php index b0dca3c5..47e37cf5 100644 --- a/src/Model/SignalResponseFactoryReset.php +++ b/src/Model/SignalResponseFactoryReset.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseFactoryReset Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseFactoryReset implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseFrida.php b/src/Model/SignalResponseFrida.php index 2f4ada91..f0703edc 100644 --- a/src/Model/SignalResponseFrida.php +++ b/src/Model/SignalResponseFrida.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseFrida Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseFrida implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseHighActivity.php b/src/Model/SignalResponseHighActivity.php index 95653e16..cc023aac 100644 --- a/src/Model/SignalResponseHighActivity.php +++ b/src/Model/SignalResponseHighActivity.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseHighActivity Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseHighActivity implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseIncognito.php b/src/Model/SignalResponseIncognito.php index 4d260b01..4969658c 100644 --- a/src/Model/SignalResponseIncognito.php +++ b/src/Model/SignalResponseIncognito.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseIncognito Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseIncognito implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseIpBlocklist.php b/src/Model/SignalResponseIpBlocklist.php index ef458033..4d1c8e8b 100644 --- a/src/Model/SignalResponseIpBlocklist.php +++ b/src/Model/SignalResponseIpBlocklist.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseIpBlocklist Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseIpBlocklist implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseIpInfo.php b/src/Model/SignalResponseIpInfo.php index ce532800..f49ce2af 100644 --- a/src/Model/SignalResponseIpInfo.php +++ b/src/Model/SignalResponseIpInfo.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseIpInfo Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseIpInfo implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseJailbroken.php b/src/Model/SignalResponseJailbroken.php index ea00612a..90962b73 100644 --- a/src/Model/SignalResponseJailbroken.php +++ b/src/Model/SignalResponseJailbroken.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseJailbroken Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseJailbroken implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseLocationSpoofing.php b/src/Model/SignalResponseLocationSpoofing.php index 49e498c4..a246fe8e 100644 --- a/src/Model/SignalResponseLocationSpoofing.php +++ b/src/Model/SignalResponseLocationSpoofing.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseLocationSpoofing Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseLocationSpoofing implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponsePrivacySettings.php b/src/Model/SignalResponsePrivacySettings.php index fb7c9beb..c970fa1b 100644 --- a/src/Model/SignalResponsePrivacySettings.php +++ b/src/Model/SignalResponsePrivacySettings.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponsePrivacySettings Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponsePrivacySettings implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseProxy.php b/src/Model/SignalResponseProxy.php index bcb74a95..0fe7ae72 100644 --- a/src/Model/SignalResponseProxy.php +++ b/src/Model/SignalResponseProxy.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseProxy Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseProxy implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseRawDeviceAttributes.php b/src/Model/SignalResponseRawDeviceAttributes.php index 44be597f..810d7126 100644 --- a/src/Model/SignalResponseRawDeviceAttributes.php +++ b/src/Model/SignalResponseRawDeviceAttributes.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseRawDeviceAttributes Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseRawDeviceAttributes implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseRootApps.php b/src/Model/SignalResponseRootApps.php index 7c602ae9..a6adc7f2 100644 --- a/src/Model/SignalResponseRootApps.php +++ b/src/Model/SignalResponseRootApps.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseRootApps Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseRootApps implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseSuspectScore.php b/src/Model/SignalResponseSuspectScore.php index ff99ef3a..fdf506a1 100644 --- a/src/Model/SignalResponseSuspectScore.php +++ b/src/Model/SignalResponseSuspectScore.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseSuspectScore Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseSuspectScore implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseTampering.php b/src/Model/SignalResponseTampering.php index 55f261f6..ddcb9ca1 100644 --- a/src/Model/SignalResponseTampering.php +++ b/src/Model/SignalResponseTampering.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseTampering Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseTampering implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseTor.php b/src/Model/SignalResponseTor.php index 4a580853..46e37c69 100644 --- a/src/Model/SignalResponseTor.php +++ b/src/Model/SignalResponseTor.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseTor Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseTor implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseVirtualMachine.php b/src/Model/SignalResponseVirtualMachine.php index 8a0f878e..f22b0643 100644 --- a/src/Model/SignalResponseVirtualMachine.php +++ b/src/Model/SignalResponseVirtualMachine.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseVirtualMachine Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseVirtualMachine implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SignalResponseVpn.php b/src/Model/SignalResponseVpn.php index 2a64e9c6..a772bfb9 100644 --- a/src/Model/SignalResponseVpn.php +++ b/src/Model/SignalResponseVpn.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SignalResponseVpn Class Doc Comment @@ -41,7 +41,7 @@ */ class SignalResponseVpn implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/Subdivision.php b/src/Model/Subdivision.php index 160c9ce1..7614e811 100644 --- a/src/Model/Subdivision.php +++ b/src/Model/Subdivision.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * Subdivision Class Doc Comment @@ -41,7 +41,7 @@ */ class Subdivision implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/SuspectScoreResult.php b/src/Model/SuspectScoreResult.php index f4847f1a..8fb6f2fd 100644 --- a/src/Model/SuspectScoreResult.php +++ b/src/Model/SuspectScoreResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * SuspectScoreResult Class Doc Comment @@ -41,7 +41,7 @@ */ class SuspectScoreResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/TamperingResult.php b/src/Model/TamperingResult.php index 34800593..87e21653 100644 --- a/src/Model/TamperingResult.php +++ b/src/Model/TamperingResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * TamperingResult Class Doc Comment @@ -41,7 +41,7 @@ */ class TamperingResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -157,7 +157,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/TorResult.php b/src/Model/TorResult.php index 12dc0bf8..cfccf39f 100644 --- a/src/Model/TorResult.php +++ b/src/Model/TorResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * TorResult Class Doc Comment @@ -41,7 +41,7 @@ */ class TorResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/VirtualMachineResult.php b/src/Model/VirtualMachineResult.php index 4cef9e80..0257e35e 100644 --- a/src/Model/VirtualMachineResult.php +++ b/src/Model/VirtualMachineResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * VirtualMachineResult Class Doc Comment @@ -41,7 +41,7 @@ */ class VirtualMachineResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -152,7 +152,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/Visit.php b/src/Model/Visit.php index 6ac84e9e..13a6a689 100644 --- a/src/Model/Visit.php +++ b/src/Model/Visit.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * Visit Class Doc Comment @@ -41,7 +41,7 @@ */ class Visit implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -217,7 +217,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/VpnResult.php b/src/Model/VpnResult.php index df82623b..597a2cd2 100644 --- a/src/Model/VpnResult.php +++ b/src/Model/VpnResult.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * VpnResult Class Doc Comment @@ -41,7 +41,7 @@ */ class VpnResult implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -167,7 +167,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/VpnResultMethods.php b/src/Model/VpnResultMethods.php index 7db1af75..a9361fd9 100644 --- a/src/Model/VpnResultMethods.php +++ b/src/Model/VpnResultMethods.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * VpnResultMethods Class Doc Comment @@ -41,7 +41,7 @@ */ class VpnResultMethods implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -162,7 +162,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/Model/WebhookVisit.php b/src/Model/WebhookVisit.php index d073953a..845d3760 100644 --- a/src/Model/WebhookVisit.php +++ b/src/Model/WebhookVisit.php @@ -28,8 +28,8 @@ namespace Fingerprint\ServerAPI\Model; -use \ArrayAccess; -use \Fingerprint\ServerAPI\ObjectSerializer; +use ArrayAccess; +use Fingerprint\ServerAPI\ObjectSerializer; /** * WebhookVisit Class Doc Comment @@ -41,7 +41,7 @@ */ class WebhookVisit implements ModelInterface, ArrayAccess { - const DISCRIMINATOR = null; + public const DISCRIMINATOR = null; /** * The original name of the model. @@ -327,7 +327,7 @@ public function getModelName() return self::$swaggerModelName; } - + /** * Associative array for storing property values diff --git a/src/ObjectSerializer.php b/src/ObjectSerializer.php index 2b50ed35..310f6243 100644 --- a/src/ObjectSerializer.php +++ b/src/ObjectSerializer.php @@ -274,21 +274,21 @@ public static function deserialize($data, $class, $httpHeaders = null) switch ($normalizedClass) { case "int": $normalizedClass = "integer"; - break; + break; case "bool": $normalizedClass = "boolean"; - break; + break; } if ($normalizedClass === "float" && is_numeric($originalData)) { return (float)$originalData; } if ($normalizedClass === 'string' && is_object($data)) { - throw new \Exception("Cannot convert object to string"); + throw new \Exception("Cannot convert object to string"); } settype($data, $class); if (gettype($data) === $normalizedClass) { - return $data; + return $data; } throw new \Exception("Serialization error: Could not convert " . gettype($originalData) . " to " . $class); } elseif ($class === '\SplFileObject') {