Skip to content

Commit

Permalink
chore: php cs fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Jul 23, 2024
1 parent ce2fedf commit 9da81d3
Show file tree
Hide file tree
Showing 75 changed files with 301 additions and 302 deletions.
3 changes: 1 addition & 2 deletions src/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

namespace Fingerprint\ServerAPI;

use \Exception;
use Exception;

/**
* ApiException Class Doc Comment
Expand All @@ -39,7 +39,6 @@
*/
class ApiException extends Exception
{

/**
* The HTTP body of the server response either as Json or string.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,4 @@ public function getApiKeyWithPrefix($apiKeyIdentifier)

return $keyWithPrefix;
}
}
}
8 changes: 4 additions & 4 deletions src/Model/ASN.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* ASN Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class ASN implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -162,7 +162,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
12 changes: 6 additions & 6 deletions src/Model/BotdDetectionResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* BotdDetectionResult Class Doc Comment
Expand All @@ -42,7 +42,7 @@
*/
class BotdDetectionResult implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/Model/BotdResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* BotdResult Class Doc Comment
Expand All @@ -42,7 +42,7 @@
*/
class BotdResult implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -183,7 +183,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/BrowserDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* BrowserDetails Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class BrowserDetails implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -187,7 +187,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/ClonedAppResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* ClonedAppResult Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class ClonedAppResult implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -152,7 +152,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/Confidence.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* Confidence Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class Confidence implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -152,7 +152,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/DataCenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* DataCenter Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class DataCenter implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -157,7 +157,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/DeprecatedIPLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* DeprecatedIPLocation Class Doc Comment
Expand All @@ -42,7 +42,7 @@
*/
class DeprecatedIPLocation implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -193,7 +193,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/DeprecatedIPLocationCity.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* DeprecatedIPLocationCity Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class DeprecatedIPLocationCity implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -152,7 +152,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/EmulatorResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* EmulatorResult Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class EmulatorResult implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -152,7 +152,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
8 changes: 4 additions & 4 deletions src/Model/ErrorEvent403Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* ErrorEvent403Response Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class ErrorEvent403Response implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -152,7 +152,7 @@ public function getModelName()
return self::$swaggerModelName;
}



/**
* Associative array for storing property values
Expand Down
14 changes: 7 additions & 7 deletions src/Model/ErrorEvent403ResponseError.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

namespace Fingerprint\ServerAPI\Model;

use \ArrayAccess;
use \Fingerprint\ServerAPI\ObjectSerializer;
use ArrayAccess;
use Fingerprint\ServerAPI\ObjectSerializer;

/**
* ErrorEvent403ResponseError Class Doc Comment
Expand All @@ -41,7 +41,7 @@
*/
class ErrorEvent403ResponseError implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
public const DISCRIMINATOR = null;

/**
* The original name of the model.
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 9da81d3

Please sign in to comment.