Skip to content

Commit 160f098

Browse files
committed
fix: mixed type
1 parent 1a99853 commit 160f098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PharOperator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class PharOperator
2020
*
2121
* @example '/\.(json|php|ini)$/'
2222
*/
23-
private mixed $include;
23+
private $include;
2424

2525
private string $index = 'autoload.php';
2626

0 commit comments

Comments
 (0)