src/Plugin/Validation/Constraint/RelativeLinkFieldItemConstraint.php
syntax error, unexpected ','
Open
Open
id: 'relative_internal_link',
- Exclude checks
You must use "/**" style comments for a member variable comment Open
Open
public $absoluteLink = 'Please use relative links that start with "/" for paths on this site.';
- Exclude checks
Unused use statement Open
Open
use Drupal\Core\Validation\Attribute\Constraint;
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 2 Open
Open
id: 'relative_internal_link',
- Exclude checks
Perl-style comments are not allowed; use "// Comment" instead Open
Open
#[Constraint(
- Exclude checks
Missing class doc comment Open
Open
class RelativeLinkFieldItemConstraint extends SymfonyConstraint {
- Exclude checks