Skip to content

Commit 3cc76f8

Browse files
committed
PHP compatibility
1 parent d9252a3 commit 3cc76f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AbstractPHPModelGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function tearDown(): void
9494

9595
copy(
9696
$file,
97-
$failedResultDir . $nestedDir . DIRECTORY_SEPARATOR . basename($file),
97+
$failedResultDir . $nestedDir . DIRECTORY_SEPARATOR . basename($file)
9898
);
9999
}
100100
}

0 commit comments

Comments
 (0)