86 foreach ( $this->constraints as $constraint ) {
88 if ( $result !== IEditConstraint::CONSTRAINT_PASSED ) {
91 'Checked {name}, got result: {result}',
93 'name' => $this->getConstraintName( $constraint ),
98 $this->failedConstraint = $constraint;
103 $this->logger->debug(
104 'Checked {name}, got result: {result}',
106 'name' => $this->getConstraintName( $constraint ),
120 $fullClassName = explode(
'\\', get_class( $constraint ) );