Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes

This commit is contained in:
Pantheon Automation 2016-04-20 09:56:34 -07:00 committed by Greg Anderson
parent b11a755ba8
commit c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions

View file

@ -19,9 +19,9 @@ use Symfony\Component\Validator\Exception\MissingOptionsException;
/**
* Contains the properties of a constraint definition.
*
* A constraint can be defined on a class, an option or a getter method.
* A constraint can be defined on a class, a property or a getter method.
* The Constraint class encapsulates all the configuration required for
* validating this class, option or getter result successfully.
* validating this class, property or getter result successfully.
*
* Constraint instances are immutable and serializable.
*
@ -69,7 +69,7 @@ abstract class Constraint
/**
* Returns the name of the given error code.
*
* @param int $errorCode The error code
* @param string $errorCode The error code
*
* @return string The name of the error code
*