Skip to content

Commit 1b836c5

Browse files
committed
Allow PHP 7.4 in Travis
1 parent 5271583 commit 1b836c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
- php: 7.2
1919
- php: 7.3
2020
env: PHPSTAN=1
21-
- php: 7.4snapshot
21+
- php: 7.4
2222

2323
before_script:
2424
- travis_retry composer install --prefer-source --quiet --no-interaction

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class getID3
226226
/**
227227
* Result array.
228228
*
229-
* @var array<string, mixed>
229+
* @var array
230230
*/
231231
public $info;
232232

0 commit comments

Comments
 (0)