rspec/rules/S1995/php/rule.adoc
Fred Tingaud 16f6c0aecf
Inline adoc when include has no additional value (#1940)
Inline adoc files when they are included exactly once.

Also fix language tags because this inlining gives us better information
on what language the code is written in.
2023-05-25 14:18:12 +02:00

17 lines
567 B
Plaintext

== Why is this an issue?
Byte-order marks indicate the endian-ness of 16-bit characters. Their presence in a web page can cause display problems, extra blank lines and even "Headers already sent" errors. When present, a BOM was probably added by the text editor used to modify the file, and should be removed either by re-editing the file with corrected settings or removed manually via a script.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Remove this BOM.
endif::env-github,rspecator-view[]