Skip to content

Commit c33ade3

Browse files
committed
Update tests
1 parent 3cedeb1 commit c33ade3

File tree

82 files changed

+84
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+84
-2
lines changed

tests/src/PHPUnit/FunctionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testArguments()
3636
);
3737
$expected = <<<'PHP'
3838
/**
39-
* @param $arg1
39+
* @param mixed $arg1
4040
* @param int $arg2
4141
*/
4242
function test($arg1, $arg2)

tests/src/Tmp/OpenAPI3/APIKeySecurityScheme.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public function setDescription($description)
120120
/** @codeCoverageIgnoreEnd */
121121

122122
/**
123+
* @return array
123124
* @codeCoverageIgnoreStart
124125
*/
125126
public function getXValues()

tests/src/Tmp/OpenAPI3/AuthorizationCodeOAuthFlow.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function setScopes($scopes)
107107
/** @codeCoverageIgnoreEnd */
108108

109109
/**
110+
* @return array
110111
* @codeCoverageIgnoreStart
111112
*/
112113
public function getXValues()

tests/src/Tmp/OpenAPI3/ClientCredentialsFlow.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function setScopes($scopes)
8989
/** @codeCoverageIgnoreEnd */
9090

9191
/**
92+
* @return array
9293
* @codeCoverageIgnoreStart
9394
*/
9495
public function getXValues()

tests/src/Tmp/OpenAPI3/Components.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ public function setCallbacks($callbacks)
316316
/** @codeCoverageIgnoreEnd */
317317

318318
/**
319+
* @return array
319320
* @codeCoverageIgnoreStart
320321
*/
321322
public function getXValues()

tests/src/Tmp/OpenAPI3/Contact.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function setEmail($email)
8585
/** @codeCoverageIgnoreEnd */
8686

8787
/**
88+
* @return array
8889
* @codeCoverageIgnoreStart
8990
*/
9091
public function getXValues()

tests/src/Tmp/OpenAPI3/DefinitionsSchema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ public function setXml(XML $xml)
735735
/** @codeCoverageIgnoreEnd */
736736

737737
/**
738+
* @return array
738739
* @codeCoverageIgnoreStart
739740
*/
740741
public function getXValues()

tests/src/Tmp/OpenAPI3/Example.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public function setExternalValue($externalValue)
100100
/** @codeCoverageIgnoreEnd */
101101

102102
/**
103+
* @return array
103104
* @codeCoverageIgnoreStart
104105
*/
105106
public function getXValues()

tests/src/Tmp/OpenAPI3/ExternalDocumentation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public function setUrl($url)
7171
/** @codeCoverageIgnoreEnd */
7272

7373
/**
74+
* @return array
7475
* @codeCoverageIgnoreStart
7576
*/
7677
public function getXValues()

tests/src/Tmp/OpenAPI3/HTTPSecurityScheme.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function setType($type)
112112
/** @codeCoverageIgnoreEnd */
113113

114114
/**
115+
* @return array
115116
* @codeCoverageIgnoreStart
116117
*/
117118
public function getXValues()

0 commit comments

Comments
 (0)