Skip to content

Commit 803b59c

Browse files
committed
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)