Skip to content

Commit cbdae07

Browse files
[travis] use PHP 8.0 to patch return types and run deps=low
1 parent 34542b7 commit cbdae07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DebugClassLoader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ class DebugClassLoader
6767
'string' => 'string',
6868
'self' => 'self',
6969
'parent' => 'parent',
70+
'mixed' => 'mixed',
7071
] + (\PHP_VERSION_ID >= 80000 ? [
72+
'static' => 'static',
7173
'$this' => 'static',
7274
] : [
73-
'mixed' => 'mixed',
7475
'static' => 'object',
7576
'$this' => 'object',
7677
]);

0 commit comments

Comments
 (0)