We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bee193 commit 6cac4e6Copy full SHA for 6cac4e6
exercises/all-mixed-up/solution/solution.php
@@ -1,5 +1,9 @@
1
<?php
2
3
+if (file_exists('param.log')) {
4
+ unlink('param.log');
5
+}
6
+
7
function logParameter(mixed $parameter): void
8
{
9
file_put_contents(
0 commit comments