Showing 521 of 706 total issues
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Unused use statement Open
Open
use Drush\Attributes as CLI;
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* Create a next site entity to connect with NextJS site
- Exclude checks
Line exceeds 80 characters; contains 87 characters Open
Open
#[CLI\Command(name: 'stanford-decoupled:connect-next', aliases: ['su-next-connect'])]
- Exclude checks
Line exceeds 80 characters; contains 92 characters Open
Open
#[CLI\Command(name: 'stanford-decoupled:invalidate-url', aliases: ['su-next-invalidate'])]
- Exclude checks
Expected 1 space after "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Expected 1 space before "="; 0 found Open
Open
declare(strict_types=1);
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}.
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}.
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[MigrateProcess(id: "explore_courses_tags")]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class ExploreCoursesTags extends ProcessPluginBase {
- Exclude checks
Expected 1 space before "|"; 0 found Open
Open
public static function deleteRecords(string|int $objet_id, string $index_name, string $app_id, string $app_key) {
- Exclude checks
Doc comment short description must end with a full stop Open
Open
* {@inheritDoc}
- Exclude checks
Doc comment short description must start with a capital letter Open
Open
* {@inheritDoc}
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[CLI\Argument(name: 'domain', description: 'Next.js Domain.')]
- Exclude checks