Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gwleuverink/nativephp-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 17, 2025
2 parents eee682f + 20a9077 commit 874cfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CleanEnvFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
$buildPath = testsDir('_test_build_path');

beforeEach(function() use ($buildPath) {
beforeEach(function () use ($buildPath) {
(new Filesystem)->remove($buildPath);

// Need to register this or the nativephp config won't merge.
Expand Down

0 comments on commit 874cfbe

Please sign in to comment.