Skip to content

Commit

Permalink
Fix variable assignment in index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MakWigglz committed Aug 2, 2024
1 parent 4cc3f62 commit 87c5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/html-proofer/fixtures/links/folder-php/index.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
x = 42;
$x = 42;

0 comments on commit 87c5565

Please sign in to comment.