Skip to content

Commit

Permalink
Modify rule S1599: remove extra diff-view (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-antognini-sonarsource authored Sep 12, 2023
1 parent 7f98f42 commit 65e74c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S1599/php/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It can also increase the risk of security vulnerabilities, such as allowing user

==== Noncompliant code example

[source,php,diff-id=1,diff-type=noncompliant]
[source,php]
----
$var = 'foo';
$$var = 'bar'; //Noncompliant
Expand Down

0 comments on commit 65e74c0

Please sign in to comment.