Skip to content

Commit 2807d9f

Browse files
Merge branch 'Visualq-master'
2 parents 489e0be + aa8010c commit 2807d9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Test PHP 8.2
15+
run: make test PHP=8.2-rc
1416
- name: Test PHP 8.1
1517
run: make test PHP=8.1
1618
- name: Test PHP 8.0

src/JS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class JS extends Minify
127127
*/
128128
public function __construct()
129129
{
130-
call_user_func_array(array('parent', '__construct'), func_get_args());
130+
call_user_func_array(array('\\MatthiasMullie\Minify\\Minify', '__construct'), func_get_args());
131131

132132
$dataDir = __DIR__ . '/../data/js/';
133133
$options = FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES;

0 commit comments

Comments
 (0)