You are here

public function EmptyConstraint::__toString in Automatic Updates 7

Return value

string

Overrides ConstraintInterface::__toString

File

vendor/composer/semver/src/Constraint/EmptyConstraint.php, line 55

Class

EmptyConstraint
Defines the absence of a constraint.

Namespace

Composer\Semver\Constraint

Code

public function __toString() {
  return '[]';
}