rspec/rules/S6397/php/rule.adoc

22 lines
240 B
Plaintext
Raw Normal View History

== Why is this an issue?
include::../description.adoc[]
=== Noncompliant code example
2022-02-04 17:28:24 +01:00
[source,php]
----
/a[b]c/
----
=== Compliant solution
2022-02-04 17:28:24 +01:00
[source,php]
----
/abc/
----
include::../exceptions.adoc[]
include::../implementation.adoc[]