We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d5f4b commit 4b2a876Copy full SHA for 4b2a876
.travis.yml
@@ -18,9 +18,9 @@ matrix:
18
fast_finish: true
19
include:
20
- php: 7.3
21
- - php: 7.1
+ - php: 7.2
22
env: MAKER_TEST_VERSION=stable-dev
23
24
env: MAKER_TEST_VERSION=dev
25
26
before_install:
src/Test/MakerTestDetails.php
@@ -47,9 +47,6 @@ final class MakerTestDetails
47
private $guardAuthenticators = [];
48
49
/**
50
- * @param MakerInterface $maker
51
- * @param array $inputs
52
- *
53
* @return static
54
*/
55
public static function createTest(MakerInterface $maker, array $inputs)
0 commit comments