Skip to content

Commit 803b59c

Browse files
committedNov 17, 2022
fix: restore current directory
baseline.xml was created in system/Helpers/.
1 parent 2e51075 commit 803b59c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎psalm_autoload.php

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
require_once $filePath;
1919
}
2020
}
21+
22+
chdir(__DIR__);

‎src/Template/psalm_autoload.php

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
require_once $filePath;
2424
}
2525
}
26+
27+
chdir(__DIR__);

0 commit comments

Comments
 (0)
Please sign in to comment.