@@ -32,5 +32,5 @@ |
||
32 | 32 | /** |
33 | 33 | * @var Type[] |
34 | 34 | */ |
35 | - public $links = []; |
|
35 | + public $links=[ ]; |
|
36 | 36 | } |
@@ -31,5 +31,5 @@ |
||
31 | 31 | /** |
32 | 32 | * @var Reference[] |
33 | 33 | */ |
34 | - public $links = []; |
|
34 | + public $links=[ ]; |
|
35 | 35 | } |
@@ -74,11 +74,11 @@ |
||
74 | 74 | /** |
75 | 75 | * @var Parameter |
76 | 76 | */ |
77 | - public $parameters = []; |
|
77 | + public $parameters=[ ]; |
|
78 | 78 | |
79 | 79 | /** |
80 | 80 | * An alternative server array to service all operations in this path. |
81 | 81 | * @var Reference[] |
82 | 82 | */ |
83 | - public $servers = []; |
|
83 | + public $servers=[ ]; |
|
84 | 84 | } |
@@ -63,7 +63,7 @@ |
||
63 | 63 | * Declares this operation to be deprecated. Consumers SHOULD refrain from usage of the declared operation. |
64 | 64 | * @var bool |
65 | 65 | */ |
66 | - public $deprecated = false; |
|
66 | + public $deprecated=false; |
|
67 | 67 | |
68 | 68 | /** |
69 | 69 | * @var SecurityRequirement |