Skip to content

Commit 3800c70

Browse files
authored
Merge pull request #845 from MakWigglz/main
Fix variable assignment in index.php
2 parents 4cc3f62 + 87c5565 commit 3800c70

File tree

1 file changed

+1
-1
lines changed
  • spec/html-proofer/fixtures/links/folder-php

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
x = 42;
2+
$x = 42;

0 commit comments

Comments
 (0)