Commit 47aeadd
authored
fix(MigrateLoadCommand): Parenthesize nested ternary. (#13)
* fix(MigrateLoadCommand): Parenthesize nested ternary.
* maintenance(.travis.yml): Update PHP versions to include 7.4.
* chore(.travis.yml): Changed PHP 7.4 to use a snapshot to work with --prefer-lowest composer.
* Revert "chore(.travis.yml): Changed PHP 7.4 to use a snapshot to work with --prefer-lowest composer."
This reverts commit 62868f8.
* chore(.travis.yml): Comment out prefer-lowest composer matrix entry until it can work with PHP 7.4.1 parent 3443d64 commit 47aeadd
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments