Skip to content

Commit 6cac4e6

Browse files
committed
Update solution
1 parent 1bee193 commit 6cac4e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/all-mixed-up/solution/solution.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
22

3+
if (file_exists('param.log')) {
4+
unlink('param.log');
5+
}
6+
37
function logParameter(mixed $parameter): void
48
{
59
file_put_contents(

0 commit comments

Comments
 (0)