Skip to content

Commit 4b2a876

Browse files
committed
configure dev and stable-dev works with php7.2
1 parent 39d5f4b commit 4b2a876

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ matrix:
1818
fast_finish: true
1919
include:
2020
- php: 7.3
21-
- php: 7.1
21+
- php: 7.2
2222
env: MAKER_TEST_VERSION=stable-dev
23-
- php: 7.1
23+
- php: 7.2
2424
env: MAKER_TEST_VERSION=dev
2525

2626
before_install:

src/Test/MakerTestDetails.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ final class MakerTestDetails
4747
private $guardAuthenticators = [];
4848

4949
/**
50-
* @param MakerInterface $maker
51-
* @param array $inputs
52-
*
5350
* @return static
5451
*/
5552
public static function createTest(MakerInterface $maker, array $inputs)

0 commit comments

Comments
 (0)