5 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 12 in docs/quickstart/ai/author-aide.php
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
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
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
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
codacy-production / Codacy Static Code Analysis
docs/quickstart/ai/author-aide.php#L66
Use of echo language construct is discouraged.