source/WarmingMessages.php
Opening brace of a class must be on the line after the definition Open
Open
abstract class WarmingMessages {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
. 'See https://developers.google.com/search/reference/robots_txt#file-format for more info.';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
const INLINED_HOST = 'Inline host directive detected. URL not set, result may be inaccurate.';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
const ENCODING_NOT_UTF8 = 'Encoding you are passing is different from UTF-8. '
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
. 'Google might be ignoring some parts of the file.'
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
const SET_UA_DEPRECATED = 'Deprecated. Please check rules for exact user agent instead';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
const STRING_INIT_DEPRECATE = 'Please consider initializing parser with a stream, strings would be deprecated soon.';
- Exclude checks
Line exceeds 120 characters; contains 121 characters Open
Open
const STRING_INIT_DEPRECATE = 'Please consider initializing parser with a stream, strings would be deprecated soon.';
- Exclude checks