Spelling fixes

This commit is contained in:
Ville Skyttä
2016-09-01 17:39:30 +03:00
parent e7ec360ba8
commit e52a8e34cb
30 changed files with 31 additions and 31 deletions

View File

@@ -129,7 +129,7 @@ class AdditionalPropertiesClass implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -129,7 +129,7 @@ class Animal implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class AnimalFarm implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -133,7 +133,7 @@ class ApiResponse implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class ArrayOfArrayOfNumberOnly implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class ArrayOfNumberOnly implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -133,7 +133,7 @@ class ArrayTest implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class Cat extends Animal implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -129,7 +129,7 @@ class Category implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class Client implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class Dog extends Animal implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -157,7 +157,7 @@ class EnumArrays implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -175,7 +175,7 @@ class EnumTest implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -173,7 +173,7 @@ class FormatTest implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -129,7 +129,7 @@ class HasOnlyReadOnly implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -143,7 +143,7 @@ class MapTest implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -133,7 +133,7 @@ class MixedPropertiesAndAdditionalPropertiesClass implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -130,7 +130,7 @@ class Model200Response implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class ModelList implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -126,7 +126,7 @@ class ModelReturn implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -138,7 +138,7 @@ class Name implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class NumberOnly implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -161,7 +161,7 @@ class Order implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -161,7 +161,7 @@ class Pet implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -129,7 +129,7 @@ class ReadOnlyFirst implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -125,7 +125,7 @@ class SpecialModelName implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -129,7 +129,7 @@ class Tag implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{

View File

@@ -153,7 +153,7 @@ class User implements ArrayAccess
/**
* Constructor
* @param mixed[] $data Associated array of property value initalizing the model
* @param mixed[] $data Associated array of property values initializing the model
*/
public function __construct(array $data = null)
{