Skip to content

[Polish] Added test page for author aide and fixed version LRN-4482

Codacy Production / Codacy Static Code Analysis required action Jul 10, 2024 in 0s

5 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 12 in docs/quickstart/ai/author-aide.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/quickstart/ai/author-aide.php#L12

"require_once" statement detected. File manipulations are discouraged. Concatenating is forbidden.

Check warning on line 13 in docs/quickstart/ai/author-aide.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/quickstart/ai/author-aide.php#L13

"require_once" statement detected. File manipulations are discouraged. Concatenating is forbidden.

Check failure on line 35 in docs/quickstart/ai/author-aide.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/quickstart/ai/author-aide.php#L35

Detected usage of a possibly undefined superglobal array index: $_SERVER['SERVER_NAME']. Use isset() or empty() to check the index exists before using it

Check failure on line 35 in docs/quickstart/ai/author-aide.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/quickstart/ai/author-aide.php#L35

Direct use of $_SERVER Superglobal detected.

Check failure on line 66 in docs/quickstart/ai/author-aide.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/quickstart/ai/author-aide.php#L66

Use of echo language construct is discouraged.