We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b4893 commit 09bbea6Copy full SHA for 09bbea6
src/tad/FunctionMocker/FunctionMocker.php
@@ -367,7 +367,7 @@ public static function forge($class) {
367
*
368
* @throws \RuntimeException If the Patchwork configuration file or the checksum file could not be written.
369
*/
370
- public static function writePatchworkConfig(?array $options = null, $destinationFolder) {
+ public static function writePatchworkConfig(?array $options = null, $destinationFolder = '') {
371
$options = self::getPatchworkConfiguration($options, $destinationFolder);
372
373
$configFileContents = json_encode($options);
0 commit comments