Skip to content

Commit

Permalink
Merge pull request #845 from MakWigglz/main
Browse files Browse the repository at this point in the history
Fix variable assignment in index.php
  • Loading branch information
gjtorikian authored Aug 3, 2024
2 parents 4cc3f62 + 87c5565 commit 3800c70
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 3800c70

Please sign in to comment.