Skip to content

Commit c33ade3

Browse files
committedOct 2, 2019
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

+1-1
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

+1
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()

0 commit comments

Comments
 (0)