From ea49f7e7c357cae36361021dbeb26d7172c9b544 Mon Sep 17 00:00:00 2001 From: Marco Borgeaud Date: Mon, 11 Sep 2023 15:10:31 +0200 Subject: [PATCH] Modify rule S1599: remove extra diff-view --- rules/S1599/php/rule.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/S1599/php/rule.adoc b/rules/S1599/php/rule.adoc index f8cf81e3822..b390c7918ed 100644 --- a/rules/S1599/php/rule.adoc +++ b/rules/S1599/php/rule.adoc @@ -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