We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5271583 commit 1b836c5Copy full SHA for 1b836c5
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
- php: 7.2
19
- php: 7.3
20
env: PHPSTAN=1
21
- - php: 7.4snapshot
+ - php: 7.4
22
23
before_script:
24
- travis_retry composer install --prefer-source --quiet --no-interaction
getid3/getid3.php
@@ -226,7 +226,7 @@ class getID3
226
/**
227
* Result array.
228
*
229
- * @var array<string, mixed>
+ * @var array
230
*/
231
public $info;
232
0 commit comments