Skip to content

Commit

Permalink
Merge branch 'Visualq-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Dec 9, 2022
2 parents 489e0be + aa8010c commit 2807d9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test PHP 8.2
run: make test PHP=8.2-rc
- name: Test PHP 8.1
run: make test PHP=8.1
- name: Test PHP 8.0
Expand Down
2 changes: 1 addition & 1 deletion src/JS.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class JS extends Minify
*/
public function __construct()
{
call_user_func_array(array('parent', '__construct'), func_get_args());
call_user_func_array(array('\\MatthiasMullie\Minify\\Minify', '__construct'), func_get_args());

$dataDir = __DIR__ . '/../data/js/';
$options = FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES;
Expand Down

0 comments on commit 2807d9f

Please sign in to comment.