Skip to content
Snippets Groups Projects

Issue #3453237: Added gitlab-ci file.

Compare and
5 files
+ 131
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -15,6 +15,11 @@ use Symfony\Component\Validator\Constraint;
*/
class LinkAllowedHostConstraint extends Constraint {
/**
* The message to be displayed.
*
* @var string
*/
public $message = 'The host %host is forbidden. Only the following are allowed: %allowed_hosts.';
/**
Loading