Skip to content

Instantly share code, notes, and snippets.

@henriquemoody
Created May 20, 2019 15:24
Show Gist options
  • Save henriquemoody/1d4a787c276fe07ecb713af1365d0cbb to your computer and use it in GitHub Desktop.
Save henriquemoody/1d4a787c276fe07ecb713af1365d0cbb to your computer and use it in GitHub Desktop.

Added

Changed

  • [BC] Class Respect\Validation\Factory became final
  • [BC] The return type of Respect\Validation\Factory#rule() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $ruleName of Respect\Validation\Factory#rule() changed from no type to a non-contravariant string
  • [BC] The parameter $ruleName of Respect\Validation\Factory#rule() changed from no type to string
  • [BC] Class Respect\Validation\Validator became final
  • [BC] The return type of Respect\Validation\Validator#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Validator::__callStatic() changed from no type to self
  • [BC] The parameter $ruleName of Respect\Validation\Validator::__callStatic() changed from no type to a non-contravariant string
  • [BC] The parameter $arguments of Respect\Validation\Validator::__callStatic() changed from no type to a non-contravariant array
  • [BC] The parameter $ruleName of Respect\Validation\Validator::__callStatic() changed from no type to string
  • [BC] The parameter $arguments of Respect\Validation\Validator::__callStatic() changed from no type to array
  • [BC] The return type of Respect\Validation\Validator#__call() changed from no type to self
  • [BC] The parameter $method of Respect\Validation\Validator#__call() changed from no type to a non-contravariant string
  • [BC] The parameter $arguments of Respect\Validation\Validator#__call() changed from no type to a non-contravariant array
  • [BC] The parameter $method of Respect\Validation\Validator#__call() changed from no type to string
  • [BC] The parameter $arguments of Respect\Validation\Validator#__call() changed from no type to array
  • [BC] The return type of Respect\Validation\Validator::create() changed from no type to self
  • [BC] The return type of Respect\Validation\Rules\AllOf#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AllOf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to self
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#getRules() changed from no type to array
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Exceptions\CountableException became final
  • [BC] Property Respect\Validation\Exceptions\CountableException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be countable', ), 2 => array ( 0 => '{{name}} must not be countable', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be countable', ), 'negative' => array ( 'standard' => '{{name}} must not be countable', ), )
  • [BC] Property Respect\Validation\Exceptions\CountableException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CountableException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FiniteException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\FiniteException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\FiniteException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a finite number', ), 2 => array ( 0 => '{{name}} must not be a finite number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a finite number', ), 'negative' => array ( 'standard' => '{{name}} must not be a finite number', ), )
  • [BC] Property Respect\Validation\Exceptions\FiniteException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FiniteException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NoWhitespaceException became final
  • [BC] Property Respect\Validation\Exceptions\NoWhitespaceException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must not contain whitespace', ), 2 => array ( 0 => '{{name}} must not not contain whitespace', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must not contain whitespace', ), 'negative' => array ( 'standard' => '{{name}} must contain whitespace', ), )
  • [BC] Property Respect\Validation\Exceptions\NoWhitespaceException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NoWhitespaceException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PunctException became final
  • [BC] Property Respect\Validation\Exceptions\PunctException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only punctuation characters', 1 => '{{name}} must contain only punctuation characters and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain punctuation characters', 1 => '{{name}} must not contain punctuation characters or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only punctuation characters', 'extra' => '{{name}} must contain only punctuation characters and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain punctuation characters', 'extra' => '{{name}} must not contain punctuation characters or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\PunctException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PunctException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\WritableException became final
  • [BC] Property Respect\Validation\Exceptions\WritableException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be writable', ), 2 => array ( 0 => '{{name}} must not be writable', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be writable', ), 'negative' => array ( 'standard' => '{{name}} must not be writable', ), )
  • [BC] Property Respect\Validation\Exceptions\WritableException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\WritableException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\DigitException became final
  • [BC] Property Respect\Validation\Exceptions\DigitException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only digits (0-9)', 1 => '{{name}} must contain only digits (0-9) and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain digits (0-9)', 1 => '{{name}} must not contain digits (0-9) or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only digits (0-9)', 'extra' => '{{name}} must contain only digits (0-9) and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain digits (0-9)', 'extra' => '{{name}} must not contain digits (0-9) and {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\DigitException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\DigitException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Property Respect\Validation\Exceptions\GroupedValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'All of the required rules must pass for {{name}}', 1 => 'These rules must pass for {{name}}', ), 2 => array ( 0 => 'None of there rules must pass for {{name}}', 1 => 'These rules must not pass for {{name}}', ), ) to array ( 'default' => array ( 'none' => 'All of the required rules must pass for {{name}}', 'some' => 'These rules must pass for {{name}}', ), 'negative' => array ( 'none' => 'None of there rules must pass for {{name}}', 'some' => 'These rules must not pass for {{name}}', ), )
  • [BC] Property Respect\Validation\Exceptions\GroupedValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\GroupedValidationException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\GroupedValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\GroupedValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\BetweenException became final
  • [BC] Property Respect\Validation\Exceptions\BetweenException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be between {{minValue}} and {{maxValue}}', 1 => '{{name}} must be greater than {{minValue}}', 2 => '{{name}} must be lower than {{maxValue}}', ), 2 => array ( 0 => '{{name}} must not be between {{minValue}} and {{maxValue}}', 1 => '{{name}} must not be greater than {{minValue}}', 2 => '{{name}} must not be lower than {{maxValue}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be between {{minValue}} and {{maxValue}}', ), 'negative' => array ( 'standard' => '{{name}} must not be between {{minValue}} and {{maxValue}}', ), )
  • [BC] Property Respect\Validation\Exceptions\BetweenException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\BetweenException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\BetweenException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\BetweenException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ExecutableException became final
  • [BC] Property Respect\Validation\Exceptions\ExecutableException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an executable file', ), 2 => array ( 0 => '{{name}} must not be an executable file', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an executable file', ), 'negative' => array ( 'standard' => '{{name}} must not be an executable file', ), )
  • [BC] Property Respect\Validation\Exceptions\ExecutableException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ExecutableException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\InfiniteException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\InfiniteException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\InfiniteException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an infinite number', ), 2 => array ( 0 => '{{name}} must not be an infinite number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an infinite number', ), 'negative' => array ( 'standard' => '{{name}} must not be an infinite number', ), )
  • [BC] Property Respect\Validation\Exceptions\InfiniteException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\InfiniteException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NotException became final
  • [BC] Property Respect\Validation\Exceptions\GroupedValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'All of the required rules must pass for {{name}}', 1 => 'These rules must pass for {{name}}', ), 2 => array ( 0 => 'None of there rules must pass for {{name}}', 1 => 'These rules must not pass for {{name}}', ), ) to array ( 'default' => array ( 'none' => 'All of the required rules must pass for {{name}}', 'some' => 'These rules must pass for {{name}}', ), 'negative' => array ( 'none' => 'None of there rules must pass for {{name}}', 'some' => 'These rules must not pass for {{name}}', ), )
  • [BC] Property Respect\Validation\Exceptions\GroupedValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\GroupedValidationException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\GroupedValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\GroupedValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\WhenException became final
  • [BC] Property Respect\Validation\Exceptions\WhenException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Data validation failed for {{name}}', ), 2 => array ( 0 => 'Data validation failed for {{name}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid', ), 'negative' => array ( 'standard' => '{{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\WhenException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\WhenException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\EqualsException became final
  • [BC] Property Respect\Validation\Exceptions\EqualsException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be equals {{compareTo}}', ), 2 => array ( 0 => '{{name}} must not be equals {{compareTo}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must equal {{compareTo}}', ), 'negative' => array ( 'standard' => '{{name}} must not equal {{compareTo}}', ), )
  • [BC] Property Respect\Validation\Exceptions\EqualsException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\EqualsException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\IdenticalException became final
  • [BC] Property Respect\Validation\Exceptions\IdenticalException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be identical as {{compareTo}}', ), 2 => array ( 0 => '{{name}} must not be identical as {{compareTo}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be identical as {{compareTo}}', ), 'negative' => array ( 'standard' => '{{name}} must not be identical as {{compareTo}}', ), )
  • [BC] Property Respect\Validation\Exceptions\IdenticalException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\IdenticalException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FloatTypeException became final
  • [BC] Property Respect\Validation\Exceptions\FloatTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be of the type float', ), 2 => array ( 0 => '{{name}} must not be of the type float', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be of type float', ), 'negative' => array ( 'standard' => '{{name}} must not be of type float', ), )
  • [BC] Property Respect\Validation\Exceptions\FloatTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FloatTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PerfectSquareException became final
  • [BC] Property Respect\Validation\Exceptions\PerfectSquareException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid perfect square', ), 2 => array ( 0 => '{{name}} must not be a valid perfect square', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid perfect square', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid perfect square', ), )
  • [BC] Property Respect\Validation\Exceptions\PerfectSquareException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PerfectSquareException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FilterVarException became final
  • [BC] Property Respect\Validation\Exceptions\FilterVarException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be valid', ), 2 => array ( 0 => '{{name}} must not be valid', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid', ), 'negative' => array ( 'standard' => '{{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\FilterVarException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FilterVarException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FactorException became final
  • [BC] Property Respect\Validation\Exceptions\FactorException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a factor of {{dividend}}', ), 2 => array ( 0 => '{{name}} must not be a factor of {{dividend}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a factor of {{dividend}}', ), 'negative' => array ( 'standard' => '{{name}} must not be a factor of {{dividend}}', ), )
  • [BC] Property Respect\Validation\Exceptions\FactorException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FactorException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\MultipleException became final
  • [BC] Property Respect\Validation\Exceptions\MultipleException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be multiple of {{multipleOf}}', ), 2 => array ( 0 => '{{name}} must not be multiple of {{multipleOf}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be multiple of {{multipleOf}}', ), 'negative' => array ( 'standard' => '{{name}} must not be multiple of {{multipleOf}}', ), )
  • [BC] Property Respect\Validation\Exceptions\MultipleException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\MultipleException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\VersionException became final
  • [BC] Property Respect\Validation\Exceptions\VersionException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a version', ), 2 => array ( 0 => '{{name}} must not be a version', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a version', ), 'negative' => array ( 'standard' => '{{name}} must not be a version', ), )
  • [BC] Property Respect\Validation\Exceptions\VersionException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\VersionException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\LengthException became final
  • [BC] Property Respect\Validation\Exceptions\LengthException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must have a length between {{minValue}} and {{maxValue}}', 1 => '{{name}} must have a length greater than {{minValue}}', 2 => '{{name}} must have a length lower than {{maxValue}}', ), 2 => array ( 0 => '{{name}} must not have a length between {{minValue}} and {{maxValue}}', 1 => '{{name}} must not have a length greater than {{minValue}}', 2 => '{{name}} must not have a length lower than {{maxValue}}', ), ) to array ( 'default' => array ( 'both' => '{{name}} must have a length between {{minValue}} and {{maxValue}}', 'lower' => '{{name}} must have a length greater than {{minValue}}', 'lower_inclusive' => '{{name}} must have a length greater than or equal to {{minValue}}', 'greater' => '{{name}} must have a length lower than {{maxValue}}', 'greater_inclusive' => '{{name}} must have a length lower than or equal to {{maxValue}}', 'exact' => '{{name}} must have a length of {{maxValue}}', ), 'negative' => array ( 'both' => '{{name}} must not have a length between {{minValue}} and {{maxValue}}', 'lower' => '{{name}} must not have a length greater than {{minValue}}', 'lower_inclusive' => '{{name}} must not have a length greater than or equal to {{minValue}}', 'greater' => '{{name}} must not have a length lower than {{maxValue}}', 'greater_inclusive' => '{{name}} must not have a length lower than or equal to {{maxValue}}', 'exact' => '{{name}} must not have a length of {{maxValue}}', ), )
  • [BC] Property Respect\Validation\Exceptions\LengthException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\LengthException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\LengthException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\LengthException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NotEmptyException became final
  • [BC] Property Respect\Validation\Exceptions\NotEmptyException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'The value must not be empty', 1 => '{{name}} must not be empty', ), 2 => array ( 0 => 'The value must be empty', 1 => '{{name}} must be empty', ), ) to array ( 'default' => array ( 'standard' => 'The value must not be empty', 'named' => '{{name}} must not be empty', ), 'negative' => array ( 'standard' => 'The value must be empty', 'named' => '{{name}} must be empty', ), )
  • [BC] Property Respect\Validation\Exceptions\NotEmptyException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NotEmptyException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\NotEmptyException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\NotEmptyException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\DateException became final
  • [BC] Property Respect\Validation\Exceptions\DateException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid date', 1 => '{{name}} must be a valid date. Sample format: {{format}}', ), 2 => array ( 0 => '{{name}} must not be a valid date', 1 => '{{name}} must not be a valid date in the format {{format}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid date in the format {{sample}}', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid date in the format {{sample}}', ), )
  • [BC] Property Respect\Validation\Exceptions\DateException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\DateException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\DateException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\DateException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\LowercaseException became final
  • [BC] Property Respect\Validation\Exceptions\LowercaseException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be lowercase', ), 2 => array ( 0 => '{{name}} must not be lowercase', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be lowercase', ), 'negative' => array ( 'standard' => '{{name}} must not be lowercase', ), )
  • [BC] Property Respect\Validation\Exceptions\LowercaseException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\LowercaseException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ResourceTypeException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\ResourceTypeException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\ResourceTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a resource', ), 2 => array ( 0 => '{{name}} must not be a resource', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a resource', ), 'negative' => array ( 'standard' => '{{name}} must not be a resource', ), )
  • [BC] Property Respect\Validation\Exceptions\ResourceTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ResourceTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ObjectTypeException became final
  • [BC] Property Respect\Validation\Exceptions\ObjectTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an object', ), 2 => array ( 0 => '{{name}} must not be an object', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be of type object', ), 'negative' => array ( 'standard' => '{{name}} must not be of type object', ), )
  • [BC] Property Respect\Validation\Exceptions\ObjectTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ObjectTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\OddException became final
  • [BC] Property Respect\Validation\Exceptions\OddException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an odd number', ), 2 => array ( 0 => '{{name}} must not be an odd number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an odd number', ), 'negative' => array ( 'standard' => '{{name}} must not be an odd number', ), )
  • [BC] Property Respect\Validation\Exceptions\OddException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\OddException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\MacAddressException became final
  • [BC] Property Respect\Validation\Exceptions\MacAddressException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid mac address', ), 2 => array ( 0 => '{{name}} must not be a valid mac address', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid MAC address', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid MAC address', ), )
  • [BC] Property Respect\Validation\Exceptions\MacAddressException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\MacAddressException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\InException became final
  • [BC] Property Respect\Validation\Exceptions\InException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be in {{haystack}}', ), 2 => array ( 0 => '{{name}} must not be in {{haystack}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be in {{haystack}}', ), 'negative' => array ( 'standard' => '{{name}} must not be in {{haystack}}', ), )
  • [BC] Property Respect\Validation\Exceptions\InException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\InException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\LeapDateException became final
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Data validation failed for %s', ), 2 => array ( 0 => 'Data validation failed for %s', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be leap date', ), 'negative' => array ( 'standard' => '{{name}} must not be leap date', ), )
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ValidationException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CnhException became final
  • [BC] Property Respect\Validation\Exceptions\CnhException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid CNH number', ), 2 => array ( 0 => '{{name}} must not be a valid CNH number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid CNH number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid CNH number', ), )
  • [BC] Property Respect\Validation\Exceptions\CnhException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CnhException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\AlwaysValidException became final
  • [BC] Property Respect\Validation\Exceptions\AlwaysValidException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} is always valid', ), 2 => array ( 0 => '{{name}} is always invalid', ), ) to array ( 'default' => array ( 'standard' => '{{name}} is always valid', ), 'negative' => array ( 'standard' => '{{name}} is always invalid', ), )
  • [BC] Property Respect\Validation\Exceptions\AlwaysValidException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\AlwaysValidException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\StartsWithException became final
  • [BC] Property Respect\Validation\Exceptions\StartsWithException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must start with ({{startValue}})', ), 2 => array ( 0 => '{{name}} must not start with ({{startValue}})', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must start with {{startValue}}', ), 'negative' => array ( 'standard' => '{{name}} must not start with {{startValue}}', ), )
  • [BC] Property Respect\Validation\Exceptions\StartsWithException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\StartsWithException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ZendException became final
  • [BC] Property Respect\Validation\Exceptions\ZendException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}}', ), 2 => array ( 0 => '{{name}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid', ), 'negative' => array ( 'standard' => '{{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\ZendException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ZendException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PrimeNumberException became final
  • [BC] Property Respect\Validation\Exceptions\PrimeNumberException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid prime number', ), 2 => array ( 0 => '{{name}} must not be a valid prime number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid prime number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid prime number', ), )
  • [BC] Property Respect\Validation\Exceptions\PrimeNumberException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PrimeNumberException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\DirectoryException became final
  • [BC] Property Respect\Validation\Exceptions\DirectoryException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a directory', ), 2 => array ( 0 => '{{name}} must not be a directory', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a directory', ), 'negative' => array ( 'standard' => '{{name}} must not be a directory', ), )
  • [BC] Property Respect\Validation\Exceptions\DirectoryException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\DirectoryException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NoException became final
  • [BC] Property Respect\Validation\Exceptions\NoException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} is not considered as "No"', ), 2 => array ( 0 => '{{name}} is considered as "No"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} is not considered as "No"', ), 'negative' => array ( 'standard' => '{{name}} is considered as "No"', ), )
  • [BC] Property Respect\Validation\Exceptions\NoException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NoException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\UppercaseException became final
  • [BC] Property Respect\Validation\Exceptions\UppercaseException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be uppercase', ), 2 => array ( 0 => '{{name}} must not be uppercase', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be uppercase', ), 'negative' => array ( 'standard' => '{{name}} must not be uppercase', ), )
  • [BC] Property Respect\Validation\Exceptions\UppercaseException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\UppercaseException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ExistsException became final
  • [BC] Property Respect\Validation\Exceptions\ExistsException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must exists', ), 2 => array ( 0 => '{{name}} must not exists', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must exists', ), 'negative' => array ( 'standard' => '{{name}} must not exists', ), )
  • [BC] Property Respect\Validation\Exceptions\ExistsException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ExistsException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\SfException became final
  • [BC] Property Respect\Validation\Exceptions\SfException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}}', ), 2 => array ( 0 => '{{name}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid for {{constraint}}', ), 'negative' => array ( 'standard' => '{{name}} must not be valid for {{constraint}}', ), )
  • [BC] Property Respect\Validation\Exceptions\SfException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\SfException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\BaseException became final
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Data validation failed for %s', ), 2 => array ( 0 => 'Data validation failed for %s', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a number in the base {{base}}', ), 'negative' => array ( 'standard' => '{{name}} must not be a number in the base {{base}}', ), )
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ValidationException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\MimetypeException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\MimetypeException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\MimetypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must have {{mimetype}} mimetype', ), 2 => array ( 0 => '{{name}} must not have {{mimetype}} mimetype', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must have {{mimetype}} MIME type', ), 'negative' => array ( 'standard' => '{{name}} must not have {{mimetype}} MIME type', ), )
  • [BC] Property Respect\Validation\Exceptions\MimetypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\MimetypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\UrlException became final
  • [BC] Property Respect\Validation\Exceptions\UrlException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an URL', ), 2 => array ( 0 => '{{name}} must not be an URL', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a URL', ), 'negative' => array ( 'standard' => '{{name}} must not be a URL', ), )
  • [BC] Property Respect\Validation\Exceptions\UrlException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\UrlException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ScalarValException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\ScalarValException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\ScalarValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a scalar value', ), 2 => array ( 0 => '{{name}} must not be a scalar value', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a scalar value', ), 'negative' => array ( 'standard' => '{{name}} must not be a scalar value', ), )
  • [BC] Property Respect\Validation\Exceptions\ScalarValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ScalarValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\IntValException became final
  • [BC] Property Respect\Validation\Exceptions\IntValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an integer number', ), 2 => array ( 0 => '{{name}} must not be an integer number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an integer number', ), 'negative' => array ( 'standard' => '{{name}} must not be an integer number', ), )
  • [BC] Property Respect\Validation\Exceptions\IntValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\IntValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PhpLabelException became final
  • [BC] Property Respect\Validation\Exceptions\PhpLabelException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid PHP label', ), 2 => array ( 0 => '{{name}} must not be a valid PHP label', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid PHP label', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid PHP label', ), )
  • [BC] Property Respect\Validation\Exceptions\PhpLabelException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PhpLabelException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\TypeException became final
  • [BC] Property Respect\Validation\Exceptions\TypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be {{type}}', ), 2 => array ( 0 => '{{name}} must not be {{type}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be {{type}}', ), 'negative' => array ( 'standard' => '{{name}} must not be {{type}}', ), )
  • [BC] Property Respect\Validation\Exceptions\TypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\TypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\MinException became final
  • [BC] Property Respect\Validation\Exceptions\MinException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be greater than {{interval}}', 1 => '{{name}} must be greater than or equal to {{interval}}', ), 2 => array ( 0 => '{{name}} must not be greater than {{interval}}', 1 => '{{name}} must not be greater than or equal to {{interval}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be greater than or equal to {{compareTo}}', ), 'negative' => array ( 'standard' => '{{name}} must not be greater than or equal to {{compareTo}}', ), )
  • [BC] Property Respect\Validation\Exceptions\MinException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\MinException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\MinException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\MinException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Property Respect\Validation\Exceptions\AllOfException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'All of the required rules must pass for {{name}}', 1 => 'These rules must pass for {{name}}', ), 2 => array ( 0 => 'None of these rules must pass for {{name}}', 1 => 'These rules must not pass for {{name}}', ), ) to array ( 'default' => array ( 'none' => 'All of the required rules must pass for {{name}}', 'some' => 'These rules must pass for {{name}}', ), 'negative' => array ( 'none' => 'None of these rules must pass for {{name}}', 'some' => 'These rules must not pass for {{name}}', ), )
  • [BC] Property Respect\Validation\Exceptions\AllOfException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\AllOfException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\GroupedValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\GroupedValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\MaxException became final
  • [BC] Property Respect\Validation\Exceptions\MaxException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be less than {{interval}}', 1 => '{{name}} must be less than or equal to {{interval}}', ), 2 => array ( 0 => '{{name}} must not be less than {{interval}}', 1 => '{{name}} must not be less than or equal to {{interval}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be less than or equal to {{compareTo}}', ), 'negative' => array ( 'standard' => '{{name}} must not be less than or equal to {{compareTo}}', ), )
  • [BC] Property Respect\Validation\Exceptions\MaxException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\MaxException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\MaxException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\MaxException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\TldException became final
  • [BC] Property Respect\Validation\Exceptions\TldException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid top-level domain name', ), 2 => array ( 0 => '{{name}} must not be a valid top-level domain name', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid top-level domain name', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid top-level domain name', ), )
  • [BC] Property Respect\Validation\Exceptions\TldException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\TldException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\TrueValException became final
  • [BC] Property Respect\Validation\Exceptions\TrueValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} is not considered as "True"', ), 2 => array ( 0 => '{{name}} is considered as "True"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} is not considered as "True"', ), 'negative' => array ( 'standard' => '{{name}} is considered as "True"', ), )
  • [BC] Property Respect\Validation\Exceptions\TrueValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\TrueValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NegativeException became final
  • [BC] Property Respect\Validation\Exceptions\NegativeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be negative', ), 2 => array ( 0 => '{{name}} must not be negative', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be negative', ), 'negative' => array ( 'standard' => '{{name}} must not be negative', ), )
  • [BC] Property Respect\Validation\Exceptions\NegativeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NegativeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\IpException became final
  • [BC] Property Respect\Validation\Exceptions\IpException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an IP address', 1 => '{{name}} must be an IP address in the {{range}} range', ), 2 => array ( 0 => '{{name}} must not be an IP address', 1 => '{{name}} must not be an IP address in the {{range}} range', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an IP address', 'network_range' => '{{name}} must be an IP address in the {{range}} range', ), 'negative' => array ( 'standard' => '{{name}} must not be an IP address', 'network_range' => '{{name}} must not be an IP address in the {{range}} range', ), )
  • [BC] Property Respect\Validation\Exceptions\IpException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\IpException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\IpException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\IpException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CpfException became final
  • [BC] Property Respect\Validation\Exceptions\CpfException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid CPF number', ), 2 => array ( 0 => '{{name}} must not be a valid CPF number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid CPF number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid CPF number', ), )
  • [BC] Property Respect\Validation\Exceptions\CpfException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CpfException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\KeyException became final
  • [BC] Property Respect\Validation\Exceptions\KeyException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Key {{name}} must be present', 1 => 'Key {{name}} must be valid', ), 2 => array ( 0 => 'Key {{name}} must not be present', 1 => 'Key {{name}} must not be valid', ), ) to array ( 'default' => array ( 'not_present' => 'Key {{name}} must be present', 'invalid' => 'Key {{name}} must be valid', ), 'negative' => array ( 'not_present' => 'Key {{name}} must not be present', 'invalid' => 'Key {{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\KeyException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\KeyException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AttributeException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AttributeException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\SizeException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\SizeException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\SizeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be between {{minSize}} and {{maxSize}}', 1 => '{{name}} must be greater than {{minSize}}', 2 => '{{name}} must be lower than {{maxSize}}', ), 2 => array ( 0 => '{{name}} must not be between {{minSize}} and {{maxSize}}', 1 => '{{name}} must not be greater than {{minSize}}', 2 => '{{name}} must not be lower than {{maxSize}}', ), ) to array ( 'default' => array ( 'both' => '{{name}} must be between {{minSize}} and {{maxSize}}', 'lower' => '{{name}} must be greater than {{minSize}}', 'greater' => '{{name}} must be lower than {{maxSize}}', ), 'negative' => array ( 'both' => '{{name}} must not be between {{minSize}} and {{maxSize}}', 'lower' => '{{name}} must not be greater than {{minSize}}', 'greater' => '{{name}} must not be lower than {{maxSize}}', ), )
  • [BC] Property Respect\Validation\Exceptions\SizeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\SizeException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\BetweenException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\BetweenException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ConsonantException became final
  • [BC] Property Respect\Validation\Exceptions\ConsonantException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only consonants', 1 => '{{name}} must contain only consonants and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain consonants', 1 => '{{name}} must not contain consonants or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only consonants', 'extra' => '{{name}} must contain only consonants and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain consonants', 'extra' => '{{name}} must not contain consonants or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\ConsonantException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ConsonantException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NoneOfException became final
  • [BC] Property Respect\Validation\Exceptions\NoneOfException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'None of these rules must pass for {{name}}', ), 2 => array ( 0 => 'All of these rules must pass for {{name}}', ), ) to array ( 'default' => array ( 'standard' => 'None of these rules must pass for {{name}}', ), 'negative' => array ( 'standard' => 'All of these rules must pass for {{name}}', ), )
  • [BC] Property Respect\Validation\Exceptions\NoneOfException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NoneOfException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\EndsWithException became final
  • [BC] Property Respect\Validation\Exceptions\EndsWithException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must end with ({{endValue}})', ), 2 => array ( 0 => '{{name}} must not end with ({{endValue}})', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must end with {{endValue}}', ), 'negative' => array ( 'standard' => '{{name}} must not end with {{endValue}}', ), )
  • [BC] Property Respect\Validation\Exceptions\EndsWithException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\EndsWithException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FibonacciException became final
  • [BC] Property Respect\Validation\Exceptions\FibonacciException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid Fibonacci number', ), 2 => array ( 0 => '{{name}} must not be a valid Fibonacci number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid Fibonacci number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid Fibonacci number', ), )
  • [BC] Property Respect\Validation\Exceptions\FibonacciException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FibonacciException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\BoolTypeException became final
  • [BC] Property Respect\Validation\Exceptions\BoolTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a boolean', ), 2 => array ( 0 => '{{name}} must not be a boolean', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be of type boolean', ), 'negative' => array ( 'standard' => '{{name}} must not be of type boolean', ), )
  • [BC] Property Respect\Validation\Exceptions\BoolTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\BoolTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CreditCardException became final
  • [BC] Property Respect\Validation\Exceptions\CreditCardException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid Credit Card number', 1 => '{{name}} must be a valid {{brand}} Credit Card number', ), 2 => array ( 0 => '{{name}} must not be a valid Credit Card number', 1 => '{{name}} must not be a valid {{brand}} Credit Card number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid Credit Card number', 'branded' => '{{name}} must be a valid {{brand}} Credit Card number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid Credit Card number', 'branded' => '{{name}} must not be a valid {{brand}} Credit Card number', ), )
  • [BC] Property Respect\Validation\Exceptions\CreditCardException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CreditCardException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\CreditCardException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\CreditCardException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Data validation failed for %s', ), 2 => array ( 0 => 'Data validation failed for %s', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid', ), 'negative' => array ( 'standard' => '{{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ValidationException changed scope from static to instance
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id changed default value from 'validation' to NULL
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id visibility reduced from protected to private
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode changed default value from 1 to 'default'
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode visibility reduced from protected to private
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template changed default value from '' to NULL
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template visibility reduced from protected to private
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CnpjException became final
  • [BC] Property Respect\Validation\Exceptions\CnpjException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid CNPJ number', ), 2 => array ( 0 => '{{name}} must not be a valid CNPJ number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid CNPJ number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid CNPJ number', ), )
  • [BC] Property Respect\Validation\Exceptions\CnpjException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CnpjException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\AttributeException became final
  • [BC] Property Respect\Validation\Exceptions\AttributeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Attribute {{name}} must be present', 1 => 'Attribute {{name}} must be valid', ), 2 => array ( 0 => 'Attribute {{name}} must not be present', 1 => 'Attribute {{name}} must not validate', ), ) to array ( 'default' => array ( 'not_present' => 'Attribute {{name}} must be present', 'invalid' => 'Attribute {{name}} must be valid', ), 'negative' => array ( 'not_present' => 'Attribute {{name}} must not be present', 'invalid' => 'Attribute {{name}} must not validate', ), )
  • [BC] Property Respect\Validation\Exceptions\AttributeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\AttributeException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AttributeException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AttributeException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\SpaceException became final
  • [BC] Property Respect\Validation\Exceptions\SpaceException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only space characters', 1 => '{{name}} must contain only space characters and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain space characters', 1 => '{{name}} must not contain space characters or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only space characters', 'extra' => '{{name}} must contain only space characters and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain space characters', 'extra' => '{{name}} must not contain space characters or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\SpaceException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\SpaceException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CountryCodeException became final
  • [BC] Property Respect\Validation\Exceptions\CountryCodeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid country', ), 2 => array ( 0 => '{{name}} must not be a valid country', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid country', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid country', ), )
  • [BC] Property Respect\Validation\Exceptions\CountryCodeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CountryCodeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FloatValException became final
  • [BC] Property Respect\Validation\Exceptions\FloatValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a float number', ), 2 => array ( 0 => '{{name}} must not be a float number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a float number', ), 'negative' => array ( 'standard' => '{{name}} must not be a float number', ), )
  • [BC] Property Respect\Validation\Exceptions\FloatValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FloatValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\KeySetException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\KeySetException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\KeySetException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'All of the required rules must pass for {{name}}', 1 => 'These rules must pass for {{name}}', 2 => 'Must have keys {{keys}}', ), 2 => array ( 0 => 'None of these rules must pass for {{name}}', 1 => 'These rules must not pass for {{name}}', 2 => 'Must not have keys {{keys}}', ), ) to array ( 'default' => array ( 'none' => 'All of the required rules must pass for {{name}}', 'some' => 'These rules must pass for {{name}}', 'structure' => 'Must have keys {{keys}}', ), 'negative' => array ( 'none' => 'None of these rules must pass for {{name}}', 'some' => 'These rules must not pass for {{name}}', 'structure' => 'Must not have keys {{keys}}', ), )
  • [BC] Property Respect\Validation\Exceptions\KeySetException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\KeySetException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\KeySetException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\KeySetException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NullTypeException became final
  • [BC] Property Respect\Validation\Exceptions\NullTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be null', ), 2 => array ( 0 => '{{name}} must not be null', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be null', ), 'negative' => array ( 'standard' => '{{name}} must not be null', ), )
  • [BC] Property Respect\Validation\Exceptions\NullTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NullTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\HexRgbColorException became final
  • [BC] Property Respect\Validation\Exceptions\HexRgbColorException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a hex RGB color', ), 2 => array ( 0 => '{{name}} must not be a hex RGB color', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a hex RGB color', ), 'negative' => array ( 'standard' => '{{name}} must not be a hex RGB color', ), )
  • [BC] Property Respect\Validation\Exceptions\HexRgbColorException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\HexRgbColorException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\SlugException became final
  • [BC] Property Respect\Validation\Exceptions\SlugException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid slug', ), 2 => array ( 0 => '{{name}} must not be a valid slug', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid slug', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid slug', ), )
  • [BC] Property Respect\Validation\Exceptions\SlugException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\SlugException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CallbackException became final
  • [BC] Property Respect\Validation\Exceptions\CallbackException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be valid', ), 2 => array ( 0 => '{{name}} must not be valid', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid', ), 'negative' => array ( 'standard' => '{{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\CallbackException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CallbackException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\RecursiveExceptionIterator became final
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#count() changed from no type to int
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#hasChildren() changed from no type to bool
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#getChildren() changed from no type to self
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#current() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#key() changed from no type to int
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#next() changed from no type to void
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#rewind() changed from no type to void
  • [BC] The return type of Respect\Validation\Exceptions\RecursiveExceptionIterator#valid() changed from no type to bool
  • [BC] Class Respect\Validation\Exceptions\VideoUrlException became final
  • [BC] Property Respect\Validation\Exceptions\VideoUrlException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid video URL', 1 => '{{name}} must be a valid {{service}} video URL', ), 2 => array ( 0 => '{{name}} must not be a valid video URL', 1 => '{{name}} must not be a valid {{service}} video URL', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid video URL', 'service' => '{{name}} must be a valid {{service}} video URL', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid video URL', 'service' => '{{name}} must not be a valid {{service}} video URL', ), )
  • [BC] Property Respect\Validation\Exceptions\VideoUrlException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\VideoUrlException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\VideoUrlException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\VideoUrlException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\EvenException became final
  • [BC] Property Respect\Validation\Exceptions\EvenException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an even number', ), 2 => array ( 0 => '{{name}} must not be an even number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an even number', ), 'negative' => array ( 'standard' => '{{name}} must not be an even number', ), )
  • [BC] Property Respect\Validation\Exceptions\EvenException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\EvenException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FileException became final
  • [BC] Property Respect\Validation\Exceptions\FileException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a file', ), 2 => array ( 0 => '{{name}} must not be a file', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a file', ), 'negative' => array ( 'standard' => '{{name}} must not be a file', ), )
  • [BC] Property Respect\Validation\Exceptions\FileException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FileException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\LeapYearException became final
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Data validation failed for %s', ), 2 => array ( 0 => 'Data validation failed for %s', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a leap year', ), 'negative' => array ( 'standard' => '{{name}} must not be a leap year', ), )
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ValidationException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\SymbolicLinkException became final
  • [BC] Property Respect\Validation\Exceptions\SymbolicLinkException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a symbolic link', ), 2 => array ( 0 => '{{name}} must not be a symbolic link', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a symbolic link', ), 'negative' => array ( 'standard' => '{{name}} must not be a symbolic link', ), )
  • [BC] Property Respect\Validation\Exceptions\SymbolicLinkException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\SymbolicLinkException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CallableTypeException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\CallableTypeException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\CallableTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a callable', ), 2 => array ( 0 => '{{name}} must not be a callable', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be callable', ), 'negative' => array ( 'standard' => '{{name}} must not be callable', ), )
  • [BC] Property Respect\Validation\Exceptions\CallableTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CallableTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\JsonException became final
  • [BC] Property Respect\Validation\Exceptions\JsonException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid JSON string', ), 2 => array ( 0 => '{{name}} must not be a valid JSON string', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid JSON string', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid JSON string', ), )
  • [BC] Property Respect\Validation\Exceptions\JsonException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\JsonException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\DomainException became final
  • [BC] Property Respect\Validation\Exceptions\DomainException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid domain', ), 2 => array ( 0 => '{{name}} must not be a valid domain', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid domain', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid domain', ), )
  • [BC] Property Respect\Validation\Exceptions\DomainException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\DomainException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\AlphaException became final
  • [BC] Property Respect\Validation\Exceptions\AlphaException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only letters (a-z)', 1 => '{{name}} must contain only letters (a-z) and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain letters (a-z)', 1 => '{{name}} must not contain letters (a-z) or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only letters (a-z)', 'extra' => '{{name}} must contain only letters (a-z) and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain letters (a-z)', 'extra' => '{{name}} must not contain letters (a-z) or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\AlphaException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\AlphaException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Data validation failed for %s', ), 2 => array ( 0 => 'Data validation failed for %s', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid', ), 'negative' => array ( 'standard' => '{{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\ValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ValidationException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\KeyNestedException became final
  • [BC] Property Respect\Validation\Exceptions\KeyNestedException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'No items were found for key chain {{name}}', 1 => 'Key chain {{name}} is not valid', ), 2 => array ( 0 => 'Items for key chain {{name}} must not be present', 1 => 'Key chain {{name}} must not be valid', ), ) to array ( 'default' => array ( 'not_present' => 'No items were found for key chain {{name}}', 'invalid' => 'Key chain {{name}} is not valid', ), 'negative' => array ( 'not_present' => 'Items for key chain {{name}} must not be present', 'invalid' => 'Key chain {{name}} must not be valid', ), )
  • [BC] Property Respect\Validation\Exceptions\KeyNestedException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\KeyNestedException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AttributeException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AttributeException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\XdigitException became final
  • [BC] Property Respect\Validation\Exceptions\XdigitException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} contain only hexadecimal digits', 1 => '{{name}} contain only hexadecimal digits and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain hexadecimal digits', 1 => '{{name}} must not contain hexadecimal digits or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} contain only hexadecimal digits', 'extra' => '{{name}} contain only hexadecimal digits and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain hexadecimal digits', 'extra' => '{{name}} must not contain hexadecimal digits or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\XdigitException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\XdigitException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ArrayValException became final
  • [BC] Property Respect\Validation\Exceptions\ArrayValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an array', ), 2 => array ( 0 => '{{name}} must not be an array', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an array value', ), 'negative' => array ( 'standard' => '{{name}} must not be an array value', ), )
  • [BC] Property Respect\Validation\Exceptions\ArrayValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ArrayValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\UploadedException became final
  • [BC] Property Respect\Validation\Exceptions\UploadedException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an uploaded file', ), 2 => array ( 0 => '{{name}} must not be an uploaded file', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an uploaded file', ), 'negative' => array ( 'standard' => '{{name}} must not be an uploaded file', ), )
  • [BC] Property Respect\Validation\Exceptions\UploadedException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\UploadedException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\OptionalException became final
  • [BC] Property Respect\Validation\Exceptions\OptionalException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'The value must be optional', 1 => '{{name}} must be optional', ), 2 => array ( 0 => 'The value must not be optional', 1 => '{{name}} must not be optional', ), ) to array ( 'default' => array ( 'standard' => 'The value must be optional', 'named' => '{{name}} must be optional', ), 'negative' => array ( 'standard' => 'The value must not be optional', 'named' => '{{name}} must not be optional', ), )
  • [BC] Property Respect\Validation\Exceptions\OptionalException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\OptionalException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\OptionalException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\OptionalException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ReadableException became final
  • [BC] Property Respect\Validation\Exceptions\ReadableException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be readable', ), 2 => array ( 0 => '{{name}} must not be readable', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be readable', ), 'negative' => array ( 'standard' => '{{name}} must not be readable', ), )
  • [BC] Property Respect\Validation\Exceptions\ReadableException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ReadableException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PostalCodeException became final
  • [BC] Property Respect\Validation\Exceptions\PostalCodeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid postal code on {{countryCode}}', ), 2 => array ( 0 => '{{name}} must not be a valid postal code on {{countryCode}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid postal code on {{countryCode}}', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid postal code on {{countryCode}}', ), )
  • [BC] Property Respect\Validation\Exceptions\PostalCodeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PostalCodeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NotBlankException became final
  • [BC] Property Respect\Validation\Exceptions\NotBlankException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'The value must not be blank', 1 => '{{name}} must not be blank', ), 2 => array ( 0 => 'The value must be blank', 1 => '{{name}} must be blank', ), ) to array ( 'default' => array ( 'standard' => 'The value must not be blank', 'named' => '{{name}} must not be blank', ), 'negative' => array ( 'standard' => 'The value must be blank', 'named' => '{{name}} must be blank', ), )
  • [BC] Property Respect\Validation\Exceptions\NotBlankException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NotBlankException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\NotBlankException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\NotBlankException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\IntTypeException became final
  • [BC] Property Respect\Validation\Exceptions\IntTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be of the type integer', ), 2 => array ( 0 => '{{name}} must not be of the type integer', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be of type integer', ), 'negative' => array ( 'standard' => '{{name}} must not be of type integer', ), )
  • [BC] Property Respect\Validation\Exceptions\IntTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\IntTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\FalseValException became final
  • [BC] Property Respect\Validation\Exceptions\FalseValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} is not considered as "False"', ), 2 => array ( 0 => '{{name}} is considered as "False"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} is not considered as "False"', ), 'negative' => array ( 'standard' => '{{name}} is considered as "False"', ), )
  • [BC] Property Respect\Validation\Exceptions\FalseValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\FalseValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ArrayTypeException became final
  • [BC] Property Respect\Validation\Exceptions\ArrayTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be of the type array', ), 2 => array ( 0 => '{{name}} must not be of the type array', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be of type array', ), 'negative' => array ( 'standard' => '{{name}} must not be of type array', ), )
  • [BC] Property Respect\Validation\Exceptions\ArrayTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ArrayTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\BoolValException became final
  • [BC] Property Respect\Validation\Exceptions\BoolValException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a boolean value', ), 2 => array ( 0 => '{{name}} must not be a boolean value', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a boolean value', ), 'negative' => array ( 'standard' => '{{name}} must not be a boolean value', ), )
  • [BC] Property Respect\Validation\Exceptions\BoolValException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\BoolValException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\LanguageCodeException became final
  • [BC] Property Respect\Validation\Exceptions\LanguageCodeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid language', ), 2 => array ( 0 => '{{name}} must not be a valid language', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid ISO 639 {{set}} language code', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid ISO 639 {{set}} language code', ), )
  • [BC] Property Respect\Validation\Exceptions\LanguageCodeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\LanguageCodeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\AlnumException became final
  • [BC] Property Respect\Validation\Exceptions\AlnumException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only letters (a-z) and digits (0-9)', 1 => '{{name}} must contain only letters (a-z), digits (0-9) and {{additionalChars}}', ), 2 => array ( 0 => '{{name}} must not contain letters (a-z) or digits (0-9)', 1 => '{{name}} must not contain letters (a-z), digits (0-9) or {{additionalChars}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only letters (a-z) and digits (0-9)', 'extra' => '{{name}} must contain only letters (a-z), digits (0-9) and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain letters (a-z) or digits (0-9)', 'extra' => '{{name}} must not contain letters (a-z), digits (0-9) or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\AlnumException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\AlnumException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ContainsException became final
  • [BC] Property Respect\Validation\Exceptions\ContainsException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain the value "{{containsValue}}"', ), 2 => array ( 0 => '{{name}} must not contain the value "{{containsValue}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain the value {{containsValue}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain the value {{containsValue}}', ), )
  • [BC] Property Respect\Validation\Exceptions\ContainsException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ContainsException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ImageException became final
  • [BC] Property Respect\Validation\Exceptions\ImageException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid image', ), 2 => array ( 0 => '{{name}} must not be a valid image', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid image', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid image', ), )
  • [BC] Property Respect\Validation\Exceptions\ImageException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ImageException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\KeyValueException became final
  • [BC] Property Respect\Validation\Exceptions\KeyValueException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Key {{name}} must be present', 1 => '{{baseKey}} must be valid to validate {{comparedKey}}', ), 2 => array ( 0 => 'Key {{name}} must not be present', 1 => '{{baseKey}} must not be valid to validate {{comparedKey}}', ), ) to array ( 'default' => array ( 'standard' => 'Key {{name}} must be present', 'component' => '{{baseKey}} must be valid to validate {{comparedKey}}', ), 'negative' => array ( 'standard' => 'Key {{name}} must not be present', 'component' => '{{baseKey}} must not be valid to validate {{comparedKey}}', ), )
  • [BC] Property Respect\Validation\Exceptions\KeyValueException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\KeyValueException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\KeyValueException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\KeyValueException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PositiveException became final
  • [BC] Property Respect\Validation\Exceptions\PositiveException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be positive', ), 2 => array ( 0 => '{{name}} must not be positive', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be positive', ), 'negative' => array ( 'standard' => '{{name}} must not be positive', ), )
  • [BC] Property Respect\Validation\Exceptions\PositiveException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PositiveException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\RegexException became final
  • [BC] Property Respect\Validation\Exceptions\RegexException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must validate against {{regex}}', ), 2 => array ( 0 => '{{name}} must not validate against {{regex}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must validate against {{regex}}', ), 'negative' => array ( 'standard' => '{{name}} must not validate against {{regex}}', ), )
  • [BC] Property Respect\Validation\Exceptions\RegexException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\RegexException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\YesException became final
  • [BC] Property Respect\Validation\Exceptions\YesException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} is not considered as "Yes"', ), 2 => array ( 0 => '{{name}} is considered as "Yes"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} is not considered as "Yes"', ), 'negative' => array ( 'standard' => '{{name}} is considered as "Yes"', ), )
  • [BC] Property Respect\Validation\Exceptions\YesException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\YesException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\EachException became final
  • [BC] Property Respect\Validation\Exceptions\EachException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'Each item in {{name}} must be valid', ), 2 => array ( 0 => 'Each item in {{name}} must not validate', ), ) to array ( 'default' => array ( 'standard' => 'Each item in {{name}} must be valid', ), 'negative' => array ( 'standard' => 'Each item in {{name}} must not validate', ), )
  • [BC] Property Respect\Validation\Exceptions\EachException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\EachException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\VowelException became final
  • [BC] Property Respect\Validation\Exceptions\VowelException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only vowels', 1 => '{{name}} must contain only vowels and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain vowels', 1 => '{{name}} must not contain vowels or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only vowels', 'extra' => '{{name}} must contain only vowels and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain vowels', 'extra' => '{{name}} must not contain vowels or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\VowelException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\VowelException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\RomanException became final
  • [BC] Property Respect\Validation\Exceptions\RomanException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid roman number', ), 2 => array ( 0 => '{{name}} must not be a valid roman number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid Roman numeral', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid Roman numeral', ), )
  • [BC] Property Respect\Validation\Exceptions\RomanException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\RomanException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CurrencyCodeException became final
  • [BC] Property Respect\Validation\Exceptions\CurrencyCodeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid currency', ), 2 => array ( 0 => '{{name}} must not be a valid currency', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid currency', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid currency', ), )
  • [BC] Property Respect\Validation\Exceptions\CurrencyCodeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CurrencyCodeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\OneOfException became final
  • [BC] Property Respect\Validation\Exceptions\OneOfException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'At least one of these rules must pass for {{name}}', ), 2 => array ( 0 => 'At least one of these rules must not pass for {{name}}', ), ) to array ( 'default' => array ( 'standard' => 'Only one of these rules must pass for {{name}}', ), 'negative' => array ( 'standard' => 'Only one of these rules must not pass for {{name}}', ), )
  • [BC] Property Respect\Validation\Exceptions\OneOfException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\OneOfException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NotOptionalException became final
  • [BC] Property Respect\Validation\Exceptions\NotOptionalException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'The value must not be optional', 1 => '{{name}} must not be optional', ), 2 => array ( 0 => 'The value must be optional', 1 => '{{name}} must be optional', ), ) to array ( 'default' => array ( 'standard' => 'The value must not be optional', 'named' => '{{name}} must not be optional', ), 'negative' => array ( 'standard' => 'The value must be optional', 'named' => '{{name}} must be optional', ), )
  • [BC] Property Respect\Validation\Exceptions\NotOptionalException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NotOptionalException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\NotOptionalException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\NotOptionalException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\BsnException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\BsnException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\BsnException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a BSN', ), 2 => array ( 0 => '{{name}} must not be a BSN', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a BSN', ), 'negative' => array ( 'standard' => '{{name}} must not be a BSN', ), )
  • [BC] Property Respect\Validation\Exceptions\BsnException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\BsnException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\GraphException became final
  • [BC] Property Respect\Validation\Exceptions\GraphException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must contain only graphical characters', 1 => '{{name}} must contain only graphical characters and "{{additionalChars}}"', ), 2 => array ( 0 => '{{name}} must not contain graphical characters', 1 => '{{name}} must not contain graphical characters or "{{additionalChars}}"', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must contain only graphical characters', 'extra' => '{{name}} must contain only graphical characters and {{additionalChars}}', ), 'negative' => array ( 'standard' => '{{name}} must not contain graphical characters', 'extra' => '{{name}} must not contain graphical characters or {{additionalChars}}', ), )
  • [BC] Property Respect\Validation\Exceptions\GraphException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\GraphException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\AlphaException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\AlphaException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CallException became final
  • [BC] Property Respect\Validation\Exceptions\GroupedValidationException::$defaultTemplates changed default value from array ( 1 => array ( 0 => 'All of the required rules must pass for {{name}}', 1 => 'These rules must pass for {{name}}', ), 2 => array ( 0 => 'None of there rules must pass for {{name}}', 1 => 'These rules must not pass for {{name}}', ), ) to array ( 'default' => array ( 'standard' => '{{input}} must be valid when executed with {{callable}}', ), 'negative' => array ( 'standard' => '{{input}} must not be valid when executed with {{callable}}', ), )
  • [BC] Property Respect\Validation\Exceptions\GroupedValidationException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\GroupedValidationException changed scope from static to instance
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\GroupedValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\GroupedValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getIterator() changed from no type to SplObjectStorage
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getMessages() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\NestedValidationException#getFullMessage() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\InstanceException became final
  • [BC] Property Respect\Validation\Exceptions\InstanceException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be an instance of {{instanceName}}', ), 2 => array ( 0 => '{{name}} must not be an instance of {{instanceName}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be an instance of {{instanceName}}', ), 'negative' => array ( 'standard' => '{{name}} must not be an instance of {{instanceName}}', ), )
  • [BC] Property Respect\Validation\Exceptions\InstanceException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\InstanceException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\EmailException became final
  • [BC] Property Respect\Validation\Exceptions\EmailException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be valid email', ), 2 => array ( 0 => '{{name}} must not be an email', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be valid email', ), 'negative' => array ( 'standard' => '{{name}} must not be an email', ), )
  • [BC] Property Respect\Validation\Exceptions\EmailException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\EmailException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ExtensionException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\ExtensionException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\ExtensionException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must have {{extension}} extension', ), 2 => array ( 0 => '{{name}} must not have {{extension}} extension', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must have {{extension}} extension', ), 'negative' => array ( 'standard' => '{{name}} must not have {{extension}} extension', ), )
  • [BC] Property Respect\Validation\Exceptions\ExtensionException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ExtensionException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\NfeAccessKeyException became final
  • [BC] Property Respect\Validation\Exceptions\NfeAccessKeyException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid NFe access key', ), 2 => array ( 0 => '{{name}} must not be a valid NFe access key', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid NFe access key', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid NFe access key', ), )
  • [BC] Property Respect\Validation\Exceptions\NfeAccessKeyException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\NfeAccessKeyException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Property Respect\Validation\Exceptions\SubdivisionCodeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid subdivision code for {{countryCode}}', ), 2 => array ( 0 => '{{name}} must not be a valid subdivision code for {{countryCode}}', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a subdivision code of {{countryName}}', ), 'negative' => array ( 'standard' => '{{name}} must not be a subdivision code of {{countryName}}', ), )
  • [BC] Property Respect\Validation\Exceptions\SubdivisionCodeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\SubdivisionCodeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PeselException became final
  • [BC] Type documentation for property Respect\Validation\Exceptions\PeselException::$defaultTemplates changed from array to having no type
  • [BC] Property Respect\Validation\Exceptions\PeselException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid PESEL', ), 2 => array ( 0 => '{{name}} must not be a valid PESEL', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid PESEL', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid PESEL', ), )
  • [BC] Property Respect\Validation\Exceptions\PeselException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PeselException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\CharsetException became final
  • [BC] Property Respect\Validation\Exceptions\CharsetException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be in the {{charset}} charset', ), 2 => array ( 0 => '{{name}} must not be in the {{charset}} charset', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be in the {{charset}} charset', ), 'negative' => array ( 'standard' => '{{name}} must not be in the {{charset}} charset', ), )
  • [BC] Property Respect\Validation\Exceptions\CharsetException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\CharsetException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\AlwaysInvalidException became final
  • [BC] Property Respect\Validation\Exceptions\AlwaysInvalidException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} is always invalid', 1 => '{{name}} is not valid', ), 2 => array ( 0 => '{{name}} is always valid', 1 => '{{name}} is valid', ), ) to array ( 'default' => array ( 'standard' => '{{name}} is always invalid', 'simple' => '{{name}} is not valid', ), 'negative' => array ( 'standard' => '{{name}} is always valid', 'simple' => '{{name}} is valid', ), )
  • [BC] Property Respect\Validation\Exceptions\AlwaysInvalidException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\AlwaysInvalidException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\PhoneException became final
  • [BC] Property Respect\Validation\Exceptions\PhoneException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid telephone number', ), 2 => array ( 0 => '{{name}} must not be a valid telephone number', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid telephone number', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid telephone number', ), )
  • [BC] Property Respect\Validation\Exceptions\PhoneException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\PhoneException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\ImeiException became final
  • [BC] Property Respect\Validation\Exceptions\ImeiException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a valid IMEI', ), 2 => array ( 0 => '{{name}} must not be a valid IMEI', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be a valid IMEI', ), 'negative' => array ( 'standard' => '{{name}} must not be a valid IMEI', ), )
  • [BC] Property Respect\Validation\Exceptions\ImeiException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\ImeiException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Exceptions\StringTypeException became final
  • [BC] Property Respect\Validation\Exceptions\StringTypeException::$defaultTemplates changed default value from array ( 1 => array ( 0 => '{{name}} must be a string', ), 2 => array ( 0 => '{{name}} must not be string', ), ) to array ( 'default' => array ( 'standard' => '{{name}} must be of type string', ), 'negative' => array ( 'standard' => '{{name}} must not be of type string', ), )
  • [BC] Property Respect\Validation\Exceptions\StringTypeException::$defaultTemplates visibility reduced from public to protected
  • [BC] Property $defaultTemplates of Respect\Validation\Exceptions\StringTypeException changed scope from static to instance
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#__toString() changed from no type to string
  • [BC] Method chooseTemplate() of class Respect\Validation\Exceptions\ValidationException visibility reduced from public to protected
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#chooseTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getId() changed from no type to string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Exceptions\ValidationException#getParam() changed from no type to string
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#getParams() changed from no type to array
  • [BC] The return type of Respect\Validation\Exceptions\ValidationException#hasCustomTemplate() changed from no type to bool
  • [BC] The number of required arguments for Exception#__construct() increased from 0 to 4
  • [BC] The parameter $code of Exception#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $code of Exception#__construct() changed from no type to string
  • [BC] The parameter $previous of Exception#__construct() changed from no type to array
  • [BC] Class Respect\Validation\Rules\Infinite became final
  • [BC] The return type of Respect\Validation\Rules\Infinite#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Email became final
  • [BC] The return type of Respect\Validation\Rules\Email#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\PerfectSquare became final
  • [BC] The return type of Respect\Validation\Rules\PerfectSquare#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Min became final
  • [BC] The return type of Respect\Validation\Rules\Min#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Domain became final
  • [BC] The parameter $tldCheck of Respect\Validation\Rules\Domain#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $tldCheck of Respect\Validation\Rules\Domain#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Domain#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Domain#assert() changed from no type to void
  • [BC] Method collectAssertException() of class Respect\Validation\Rules\Domain visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Domain#collectAssertException() changed from no type to void
  • [BC] The parameter $exceptions of Respect\Validation\Rules\Domain#collectAssertException() changed from no type to a non-contravariant array
  • [BC] The parameter $validator of Respect\Validation\Rules\Domain#collectAssertException() changed from no type to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $exceptions of Respect\Validation\Rules\Domain#collectAssertException() changed from no type to array
  • [BC] The parameter $validator of Respect\Validation\Rules\Domain#collectAssertException() changed from no type to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\Domain#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Countable became final
  • [BC] The return type of Respect\Validation\Rules\Countable#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Equals became final
  • [BC] Property Respect\Validation\Rules\Equals#$compareTo visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\Equals#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to self
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#getRules() changed from no type to array
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Validatable#validate() changed from no type to bool
  • [BC] Class Respect\Validation\Rules\Zend became final
  • [BC] Property Respect\Validation\Rules\Zend#$zendValidator visibility reduced from protected to private
  • [BC] The parameter $params of Respect\Validation\Rules\Zend#__construct() changed from no type to a non-contravariant array
  • [BC] The parameter $params of Respect\Validation\Rules\Zend#__construct() changed from no type to array
  • [BC] The return type of Respect\Validation\Rules\Zend#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\Zend#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Instance became final
  • [BC] Property Respect\Validation\Rules\Instance#$instanceName visibility reduced from public to private
  • [BC] The parameter $instanceName of Respect\Validation\Rules\Instance#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $instanceName of Respect\Validation\Rules\Instance#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Instance#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\Instance#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NotOptional became final
  • [BC] The return type of Respect\Validation\Rules\NotOptional#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\KeyNested became final
  • [BC] The return type of Respect\Validation\Rules\KeyNested#hasReference() changed from no type to bool
  • [BC] The parameter $mandatory of Respect\Validation\Rules\AbstractRelated#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $mandatory of Respect\Validation\Rules\AbstractRelated#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NoneOf became final
  • [BC] The return type of Respect\Validation\Rules\NoneOf#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\NoneOf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to self
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#getRules() changed from no type to array
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\LeapDate became final
  • [BC] Property Respect\Validation\Rules\LeapDate#$format visibility reduced from public to private
  • [BC] The parameter $format of Respect\Validation\Rules\LeapDate#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $format of Respect\Validation\Rules\LeapDate#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\LeapDate#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Punct became final
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Size became final
  • [BC] Type documentation for property Respect\Validation\Rules\Size#$minSize changed from string to null|string
  • [BC] Property Respect\Validation\Rules\Size#$minSize visibility reduced from public to private
  • [BC] Type documentation for property Respect\Validation\Rules\Size#$minValue changed from int to float|null
  • [BC] Property Respect\Validation\Rules\Size#$minValue visibility reduced from public to private
  • [BC] Type documentation for property Respect\Validation\Rules\Size#$maxSize changed from string to null|string
  • [BC] Property Respect\Validation\Rules\Size#$maxSize visibility reduced from public to private
  • [BC] Type documentation for property Respect\Validation\Rules\Size#$maxValue changed from int to float|null
  • [BC] Property Respect\Validation\Rules\Size#$maxValue visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\Size#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\LanguageCode became final
  • [BC] The parameter $set of Respect\Validation\Rules\LanguageCode#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $set of Respect\Validation\Rules\LanguageCode#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\LanguageCode#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\HexRgbColor became final
  • [BC] The return type of Respect\Validation\Rules\HexRgbColor#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Vowel became final
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractSearcher#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\No became final
  • [BC] The parameter $useLocale of Respect\Validation\Rules\No#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $useLocale of Respect\Validation\Rules\No#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Regex#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Space became final
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Type became final
  • [BC] Property Respect\Validation\Rules\Type#$type visibility reduced from public to private
  • [BC] The parameter $type of Respect\Validation\Rules\Type#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $type of Respect\Validation\Rules\Type#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Type#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Regex became final
  • [BC] Property Respect\Validation\Rules\Regex#$regex visibility reduced from public to private
  • [BC] The parameter $regex of Respect\Validation\Rules\Regex#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $regex of Respect\Validation\Rules\Regex#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Regex#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Finite became final
  • [BC] The return type of Respect\Validation\Rules\Finite#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Mimetype became final
  • [BC] Property Respect\Validation\Rules\Mimetype#$mimetype visibility reduced from public to private
  • [BC] The parameter $mimetype of Respect\Validation\Rules\Mimetype#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $mimetype of Respect\Validation\Rules\Mimetype#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Mimetype#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Json became final
  • [BC] The return type of Respect\Validation\Rules\Json#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars changed default value from '' to NULL
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars visibility reduced from public to private
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Key became final
  • [BC] The parameter $mandatory of Respect\Validation\Rules\Key#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $mandatory of Respect\Validation\Rules\Key#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Key#hasReference() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Cpf became final
  • [BC] The return type of Respect\Validation\Rules\Cpf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\ResourceType became final
  • [BC] The return type of Respect\Validation\Rules\ResourceType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\AlwaysValid became final
  • [BC] The return type of Respect\Validation\Rules\AlwaysValid#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Each became final
  • [BC] The number of required arguments for Respect\Validation\Rules\Each#__construct() increased from 0 to 1
  • [BC] The parameter $itemValidator of Respect\Validation\Rules\Each#__construct() changed from ?Respect\Validation\Validatable to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $itemValidator of Respect\Validation\Rules\Each#__construct() changed from ?Respect\Validation\Validatable to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\Each#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\Each#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\Each#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Roman became final
  • [BC] The return type of Respect\Validation\Rules\Regex#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Charset became final
  • [BC] Property Respect\Validation\Rules\Charset#$charset visibility reduced from public to private
  • [BC] The parameter $charset of Respect\Validation\Rules\Charset#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $charset of Respect\Validation\Rules\Charset#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Charset#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\In became final
  • [BC] Property Respect\Validation\Rules\In#$haystack visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\In#$compareIdentical visibility reduced from public to private
  • [BC] The parameter $compareIdentical of Respect\Validation\Rules\In#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $compareIdentical of Respect\Validation\Rules\In#__construct() changed from no type to bool
  • [BC] Method validateEquals() of class Respect\Validation\Rules\AbstractSearcher visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractSearcher#validateEquals() changed from no type to bool
  • [BC] Method validateIdentical() of class Respect\Validation\Rules\AbstractSearcher visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractSearcher#validateIdentical() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractSearcher#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\CountryCode became final
  • [BC] Property Respect\Validation\Rules\CountryCode#$set visibility reduced from public to private
  • [BC] The parameter $set of Respect\Validation\Rules\CountryCode#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $set of Respect\Validation\Rules\CountryCode#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\CountryCode#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Alpha became final
  • [BC] Method filter() of class Respect\Validation\Rules\Alpha visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Alpha#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\Alpha#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Alpha#filter() changed from no type to string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Xdigit became final
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\PhpLabel became final
  • [BC] The return type of Respect\Validation\Rules\PhpLabel#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\File became final
  • [BC] The return type of Respect\Validation\Rules\File#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Lowercase became final
  • [BC] The return type of Respect\Validation\Rules\Lowercase#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Uploaded became final
  • [BC] The return type of Respect\Validation\Rules\Uploaded#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\OneOf became final
  • [BC] The return type of Respect\Validation\Rules\OneOf#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\OneOf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\OneOf#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to self
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#getRules() changed from no type to array
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Alnum became final
  • [BC] Method filter() of class Respect\Validation\Rules\Alnum visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Alnum#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\Alnum#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Alnum#filter() changed from no type to string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Writable became final
  • [BC] The return type of Respect\Validation\Rules\Writable#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\AlwaysInvalid became final
  • [BC] The return type of Respect\Validation\Rules\AlwaysInvalid#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\CreditCard became final
  • [BC] Property Respect\Validation\Rules\CreditCard#$brand visibility reduced from public to private
  • [BC] Default parameter value for for parameter $brand of Respect\Validation\Rules\CreditCard#__construct() changed from NULL to 'Any'
  • [BC] The parameter $brand of Respect\Validation\Rules\CreditCard#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $brand of Respect\Validation\Rules\CreditCard#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\CreditCard#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\FalseVal became final
  • [BC] The return type of Respect\Validation\Rules\FalseVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Bsn became final
  • [BC] The return type of Respect\Validation\Rules\Bsn#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Factor became final
  • [BC] Property Respect\Validation\Rules\Factor#$dividend visibility reduced from public to private
  • [BC] The parameter $dividend of Respect\Validation\Rules\Factor#__construct() changed from no type to a non-contravariant int
  • [BC] The parameter $dividend of Respect\Validation\Rules\Factor#__construct() changed from no type to int
  • [BC] The return type of Respect\Validation\Rules\Factor#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Sf became final
  • [BC] Property Respect\Validation\Rules\Sf#$name visibility reduced from public to protected
  • [BC] Default parameter value for for parameter $params of Respect\Validation\Rules\Sf#__construct() changed from array ( ) to NULL
  • [BC] The parameter $name of Respect\Validation\Rules\Sf#__construct() changed from no type to a non-contravariant Symfony\Component\Validator\Constraint
  • [BC] The parameter $params of Respect\Validation\Rules\Sf#__construct() changed from no type to a non-contravariant ?Symfony\Component\Validator\Validator\ValidatorInterface
  • [BC] The parameter $name of Respect\Validation\Rules\Sf#__construct() changed from no type to Symfony\Component\Validator\Constraint
  • [BC] The parameter $params of Respect\Validation\Rules\Sf#__construct() changed from no type to ?Symfony\Component\Validator\Validator\ValidatorInterface
  • [BC] The return type of Respect\Validation\Rules\Sf#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\Sf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Attribute became final
  • [BC] The parameter $reference of Respect\Validation\Rules\Attribute#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $mandatory of Respect\Validation\Rules\Attribute#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $reference of Respect\Validation\Rules\Attribute#__construct() changed from no type to string
  • [BC] The parameter $mandatory of Respect\Validation\Rules\Attribute#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Attribute#hasReference() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Tld became final
  • [BC] The return type of Respect\Validation\Rules\Tld#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NullType became final
  • [BC] The return type of Respect\Validation\Rules\NullType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Yes became final
  • [BC] The parameter $useLocale of Respect\Validation\Rules\Yes#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $useLocale of Respect\Validation\Rules\Yes#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Regex#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\ArrayType became final
  • [BC] The return type of Respect\Validation\Rules\ArrayType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\ObjectType became final
  • [BC] The return type of Respect\Validation\Rules\ObjectType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AllOf#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AllOf#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AllOf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to self
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractComposite#addRule() changed from no type to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#getRules() changed from no type to array
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\PostalCode became final
  • [BC] The parameter $countryCode of Respect\Validation\Rules\PostalCode#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $countryCode of Respect\Validation\Rules\PostalCode#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Regex#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Url became final
  • [BC] The return type of Respect\Validation\Rules\Callback#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\ScalarVal became final
  • [BC] The return type of Respect\Validation\Rules\ScalarVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Optional became final
  • [BC] The return type of Respect\Validation\Rules\Optional#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\Optional#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\Optional#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Max became final
  • [BC] The return type of Respect\Validation\Rules\Max#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Ip became final
  • [BC] Default parameter value for for parameter $ipOptions of Respect\Validation\Rules\Ip#__construct() changed from NULL to '*'
  • [BC] The parameter $ipOptions of Respect\Validation\Rules\Ip#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $ipOptions of Respect\Validation\Rules\Ip#__construct() changed from no type to string
  • [BC] Method parseRange() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Ip#parseRange() changed from no type to void
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#parseRange() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#parseRange() changed from no type to string
  • [BC] Method fillAddress() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#fillAddress() changed from by-reference to by-value
  • [BC] The return type of Respect\Validation\Rules\Ip#fillAddress() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#fillAddress() changed from no type to a non-contravariant string
  • [BC] The parameter $char of Respect\Validation\Rules\Ip#fillAddress() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#fillAddress() changed from no type to string
  • [BC] The parameter $char of Respect\Validation\Rules\Ip#fillAddress() changed from no type to string
  • [BC] Method parseRangeUsingWildcards() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Ip#parseRangeUsingWildcards() changed from no type to void
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#parseRangeUsingWildcards() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#parseRangeUsingWildcards() changed from no type to string
  • [BC] Method parseRangeUsingCidr() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Ip#parseRangeUsingCidr() changed from no type to void
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#parseRangeUsingCidr() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#parseRangeUsingCidr() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Ip#validate() changed from no type to bool
  • [BC] Method verifyAddress() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Ip#verifyAddress() changed from no type to bool
  • [BC] The parameter $address of Respect\Validation\Rules\Ip#verifyAddress() changed from no type to a non-contravariant string
  • [BC] The parameter $address of Respect\Validation\Rules\Ip#verifyAddress() changed from no type to string
  • [BC] Method verifyNetwork() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Ip#verifyNetwork() changed from no type to bool
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#verifyNetwork() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#verifyNetwork() changed from no type to string
  • [BC] Method belongsToSubnet() of class Respect\Validation\Rules\Ip visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Ip#belongsToSubnet() changed from no type to bool
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#belongsToSubnet() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Ip#belongsToSubnet() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\SubdivisionCode became final
  • [BC] The parameter $countryCode of Respect\Validation\Rules\SubdivisionCode#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $countryCode of Respect\Validation\Rules\SubdivisionCode#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\PrimeNumber became final
  • [BC] The return type of Respect\Validation\Rules\PrimeNumber#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Graph became final
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\When became final
  • [BC] Property Respect\Validation\Rules\When#$when visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\When#$then visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\When#$else visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\When#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\When#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\When#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\CallableType became final
  • [BC] The return type of Respect\Validation\Rules\CallableType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NfeAccessKey became final
  • [BC] The return type of Respect\Validation\Rules\NfeAccessKey#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\MacAddress became final
  • [BC] The return type of Respect\Validation\Rules\MacAddress#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\IntType became final
  • [BC] The return type of Respect\Validation\Rules\IntType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Multiple became final
  • [BC] Property Respect\Validation\Rules\Multiple#$multipleOf visibility reduced from public to private
  • [BC] The parameter $multipleOf of Respect\Validation\Rules\Multiple#__construct() changed from no type to a non-contravariant int
  • [BC] The parameter $multipleOf of Respect\Validation\Rules\Multiple#__construct() changed from no type to int
  • [BC] The return type of Respect\Validation\Rules\Multiple#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Negative became final
  • [BC] The return type of Respect\Validation\Rules\Negative#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Cnpj became final
  • [BC] The return type of Respect\Validation\Rules\Cnpj#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Identical became final
  • [BC] Property Respect\Validation\Rules\Identical#$compareTo visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\Identical#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Digit became final
  • [BC] Method filter() of class Respect\Validation\Rules\Digit visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Digit#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\Digit#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\Digit#filter() changed from no type to string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\FloatVal became final
  • [BC] The return type of Respect\Validation\Rules\FloatVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Fibonacci became final
  • [BC] The return type of Respect\Validation\Rules\Fibonacci#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Date became final
  • [BC] Property Respect\Validation\Rules\Date#$format visibility reduced from public to private
  • [BC] Default parameter value for for parameter $format of Respect\Validation\Rules\Date#__construct() changed from NULL to 'Y-m-d'
  • [BC] The parameter $format of Respect\Validation\Rules\Date#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $format of Respect\Validation\Rules\Date#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Date#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Version became final
  • [BC] The return type of Respect\Validation\Rules\Version#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Imei became final
  • [BC] The return type of Respect\Validation\Rules\Imei#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Base became final
  • [BC] Property Respect\Validation\Rules\Base#$chars visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\Base#$base visibility reduced from public to private
  • [BC] The number of required arguments for Respect\Validation\Rules\Base#__construct() increased from 0 to 1
  • [BC] The parameter $base of Respect\Validation\Rules\Base#__construct() changed from no type to a non-contravariant int
  • [BC] The parameter $chars of Respect\Validation\Rules\Base#__construct() changed from no type to a non-contravariant ?string
  • [BC] The parameter $base of Respect\Validation\Rules\Base#__construct() changed from no type to int
  • [BC] The parameter $chars of Respect\Validation\Rules\Base#__construct() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\Base#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Cnh became final
  • [BC] The return type of Respect\Validation\Rules\Cnh#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NoWhitespace became final
  • [BC] The return type of Respect\Validation\Rules\NoWhitespace#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\FloatType became final
  • [BC] The return type of Respect\Validation\Rules\FloatType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Directory became final
  • [BC] The return type of Respect\Validation\Rules\Directory#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Between became final
  • [BC] The number of required arguments for Respect\Validation\Rules\Between#__construct() increased from 0 to 2
  • [BC] The return type of Respect\Validation\Rules\AllOf#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AllOf#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AllOf#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Slug became final
  • [BC] The return type of Respect\Validation\Rules\Slug#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\StartsWith became final
  • [BC] Property Respect\Validation\Rules\StartsWith#$startValue visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\StartsWith#$identical visibility reduced from public to private
  • [BC] The parameter $identical of Respect\Validation\Rules\StartsWith#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $identical of Respect\Validation\Rules\StartsWith#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\StartsWith#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\StartsWith#validateEquals() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\StartsWith#validateIdentical() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Even became final
  • [BC] The return type of Respect\Validation\Rules\Even#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Property Respect\Validation\Rules\AbstractWrapper#$validatable visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractWrapper#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Readable became final
  • [BC] The return type of Respect\Validation\Rules\Readable#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\IntVal became final
  • [BC] The return type of Respect\Validation\Rules\IntVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Phone became final
  • [BC] The return type of Respect\Validation\Rules\Phone#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Call became final
  • [BC] The number of required arguments for Respect\Validation\Rules\AbstractRelated#__construct() increased from 1 to 2
  • [BC] The parameter $reference of Respect\Validation\Rules\AbstractRelated#__construct() changed from no type to a non-contravariant callable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractRelated#__construct() changed from ?Respect\Validation\Validatable to a non-contravariant Respect\Validation\Validatable
  • [BC] The parameter $reference of Respect\Validation\Rules\AbstractRelated#__construct() changed from no type to callable
  • [BC] The parameter $validator of Respect\Validation\Rules\AbstractRelated#__construct() changed from ?Respect\Validation\Validatable to Respect\Validation\Validatable
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\ArrayVal became final
  • [BC] The return type of Respect\Validation\Rules\ArrayVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Exists became final
  • [BC] The return type of Respect\Validation\Rules\Exists#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Length became final
  • [BC] Property Respect\Validation\Rules\Length#$minValue visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\Length#$maxValue visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\Length#$inclusive visibility reduced from public to private
  • [BC] The parameter $min of Respect\Validation\Rules\Length#__construct() changed from no type to a non-contravariant ?int
  • [BC] The parameter $max of Respect\Validation\Rules\Length#__construct() changed from no type to a non-contravariant ?int
  • [BC] The parameter $inclusive of Respect\Validation\Rules\Length#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $min of Respect\Validation\Rules\Length#__construct() changed from no type to ?int
  • [BC] The parameter $max of Respect\Validation\Rules\Length#__construct() changed from no type to ?int
  • [BC] The parameter $inclusive of Respect\Validation\Rules\Length#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Length#validate() changed from no type to bool
  • [BC] Method extractLength() of class Respect\Validation\Rules\Length visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Length#extractLength() changed from no type to ?int
  • [BC] Method validateMin() of class Respect\Validation\Rules\Length visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Length#validateMin() changed from no type to bool
  • [BC] The parameter $length of Respect\Validation\Rules\Length#validateMin() changed from no type to a non-contravariant int
  • [BC] The parameter $length of Respect\Validation\Rules\Length#validateMin() changed from no type to int
  • [BC] Method validateMax() of class Respect\Validation\Rules\Length visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\Length#validateMax() changed from no type to bool
  • [BC] The parameter $length of Respect\Validation\Rules\Length#validateMax() changed from no type to a non-contravariant int
  • [BC] The parameter $length of Respect\Validation\Rules\Length#validateMax() changed from no type to int
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\FilterVar became final
  • [BC] The number of required arguments for Respect\Validation\Rules\FilterVar#__construct() increased from 0 to 1
  • [BC] The return type of Respect\Validation\Rules\Callback#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\TrueVal became final
  • [BC] The return type of Respect\Validation\Rules\TrueVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\BoolVal became final
  • [BC] The return type of Respect\Validation\Rules\BoolVal#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\LeapYear became final
  • [BC] The return type of Respect\Validation\Rules\LeapYear#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Consonant became final
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $additionalChars of Respect\Validation\Rules\AbstractFilterRule#__construct() changed from no type to string
  • [BC] Method filter() of class Respect\Validation\Rules\AbstractFilterRule visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to a non-contravariant string
  • [BC] The parameter $input of Respect\Validation\Rules\AbstractFilterRule#filter() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractFilterRule#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Uppercase became final
  • [BC] The return type of Respect\Validation\Rules\Uppercase#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\EndsWith became final
  • [BC] Property Respect\Validation\Rules\EndsWith#$endValue visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\EndsWith#$identical visibility reduced from public to private
  • [BC] The parameter $identical of Respect\Validation\Rules\EndsWith#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $identical of Respect\Validation\Rules\EndsWith#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\EndsWith#validate() changed from no type to bool
  • [BC] Method validateEquals() of class Respect\Validation\Rules\EndsWith visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\EndsWith#validateEquals() changed from no type to bool
  • [BC] Method validateIdentical() of class Respect\Validation\Rules\EndsWith visibility reduced from protected to private
  • [BC] The return type of Respect\Validation\Rules\EndsWith#validateIdentical() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Extension became final
  • [BC] Property Respect\Validation\Rules\Extension#$extension visibility reduced from public to private
  • [BC] The parameter $extension of Respect\Validation\Rules\Extension#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $extension of Respect\Validation\Rules\Extension#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Extension#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$mandatory visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference changed default value from '' to NULL
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#hasReference() changed from no type to bool
  • [BC] The parameter $mandatory of Respect\Validation\Rules\AbstractRelated#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $mandatory of Respect\Validation\Rules\AbstractRelated#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRelated#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRelated#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\CurrencyCode became final
  • [BC] The return type of Respect\Validation\Rules\CurrencyCode#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Not became final
  • [BC] Property Respect\Validation\Rules\Not#$rule visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\Not#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\Not#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\Not#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\Not#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Not#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Validatable#validate() changed from no type to bool
  • [BC] Class Respect\Validation\Rules\VideoUrl became final
  • [BC] Property Respect\Validation\Rules\VideoUrl#$service visibility reduced from public to private
  • [BC] The parameter $service of Respect\Validation\Rules\VideoUrl#__construct() changed from no type to a non-contravariant ?string
  • [BC] The parameter $service of Respect\Validation\Rules\VideoUrl#__construct() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\VideoUrl#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Contains became final
  • [BC] Property Respect\Validation\Rules\Contains#$containsValue visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\Contains#$identical visibility reduced from public to private
  • [BC] The parameter $identical of Respect\Validation\Rules\Contains#__construct() changed from no type to a non-contravariant bool
  • [BC] The parameter $identical of Respect\Validation\Rules\Contains#__construct() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\Contains#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\StringType became final
  • [BC] The return type of Respect\Validation\Rules\StringType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Odd became final
  • [BC] The return type of Respect\Validation\Rules\Odd#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Pesel became final
  • [BC] The return type of Respect\Validation\Rules\Pesel#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Positive became final
  • [BC] The return type of Respect\Validation\Rules\Positive#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Callback became final
  • [BC] Property Respect\Validation\Rules\Callback#$callback visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\Callback#$arguments visibility reduced from public to private
  • [BC] The parameter $callback of Respect\Validation\Rules\Callback#__construct() changed from no type to a non-contravariant callable
  • [BC] The parameter $callback of Respect\Validation\Rules\Callback#__construct() changed from no type to callable
  • [BC] The return type of Respect\Validation\Rules\Callback#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Image became final
  • [BC] Property Respect\Validation\Rules\Image#$fileInfo visibility reduced from public to private
  • [BC] The return type of Respect\Validation\Rules\Image#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NotEmpty became final
  • [BC] The return type of Respect\Validation\Rules\NotEmpty#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\KeySet became final
  • [BC] The return type of Respect\Validation\Rules\KeySet#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\KeySet#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\KeySet#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractComposite#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\SymbolicLink became final
  • [BC] The return type of Respect\Validation\Rules\SymbolicLink#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\KeyValue became final
  • [BC] Property Respect\Validation\Rules\KeyValue#$comparedKey visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\KeyValue#$ruleName visibility reduced from public to private
  • [BC] Property Respect\Validation\Rules\KeyValue#$baseKey visibility reduced from public to private
  • [BC] The parameter $ruleName of Respect\Validation\Rules\KeyValue#__construct() changed from no type to a non-contravariant string
  • [BC] The parameter $ruleName of Respect\Validation\Rules\KeyValue#__construct() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\KeyValue#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\KeyValue#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\KeyValue#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\NotBlank became final
  • [BC] The return type of Respect\Validation\Rules\NotBlank#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\Executable became final
  • [BC] The return type of Respect\Validation\Rules\Executable#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] Class Respect\Validation\Rules\BoolType became final
  • [BC] The return type of Respect\Validation\Rules\BoolType#validate() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#__invoke() changed from no type to bool
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Rules\AbstractRule#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Rules\AbstractRule#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Validatable#assert() changed from no type to void
  • [BC] The return type of Respect\Validation\Validatable#check() changed from no type to void
  • [BC] The return type of Respect\Validation\Validatable#getName() changed from no type to ?string
  • [BC] The return type of Respect\Validation\Validatable#reportError() changed from no type to Respect\Validation\Exceptions\ValidationException
  • [BC] The return type of Respect\Validation\Validatable#setName() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $name of Respect\Validation\Validatable#setName() changed from no type to a non-contravariant string
  • [BC] The parameter $name of Respect\Validation\Validatable#setName() changed from no type to string
  • [BC] The return type of Respect\Validation\Validatable#setTemplate() changed from no type to Respect\Validation\Validatable
  • [BC] The parameter $template of Respect\Validation\Validatable#setTemplate() changed from no type to a non-contravariant string
  • [BC] The parameter $template of Respect\Validation\Validatable#setTemplate() changed from no type to string
  • [BC] The return type of Respect\Validation\Validatable#validate() changed from no type to bool

Removed

  • [BC] Property Respect\Validation\Factory#$rulePrefixes was removed
  • [BC] Method Respect\Validation\Factory#getRulePrefixes() was removed
  • [BC] Method Respect\Validation\Factory#appendRulePrefix() was removed
  • [BC] Method Respect\Validation\Factory#prependRulePrefix() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Property Respect\Validation\Validator::$factory was removed
  • [BC] Method Respect\Validation\Validator::getFactory() was removed
  • [BC] Method Respect\Validation\Validator::setFactory() was removed
  • [BC] Method Respect\Validation\Validator::with() was removed
  • [BC] Method Respect\Validation\Validator::buildRule() was removed
  • [BC] Method Respect\Validation\Validator#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Class Respect\Validation\Exceptions\AgeException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CountableException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FiniteException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NoWhitespaceException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PunctException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\WritableException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\DigitException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\GroupedValidationException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\BankAccountException has been deleted
  • [BC] Constant Respect\Validation\Exceptions\BetweenException::BOTH was removed
  • [BC] Constant Respect\Validation\Exceptions\BetweenException::LOWER was removed
  • [BC] Constant Respect\Validation\Exceptions\BetweenException::GREATER was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\BetweenException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ExecutableException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\InfiniteException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\BicException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NotException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\WhenException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\EqualsException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\IdenticalException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FloatTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\Locale\GermanBicException has been deleted
  • [BC] Class Respect\Validation\Exceptions\Locale\GermanBankException has been deleted
  • [BC] Class Respect\Validation\Exceptions\Locale\GermanBankAccountException has been deleted
  • [BC] Class Respect\Validation\Exceptions\Locale\PlIdentityCardException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PerfectSquareException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FilterVarException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\IdentityCardException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FactorException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\MultipleException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\VersionException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\LengthException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NotEmptyException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Constant Respect\Validation\Exceptions\DateException::FORMAT was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\DateException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\DateException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\LowercaseException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ResourceTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ObjectTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\ExceptionInterface has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\OddException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\MacAddressException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\InException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\LeapDateException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CnhException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\AlwaysValidException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\CntrlException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\StartsWithException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ZendException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PrimeNumberException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\DirectoryException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\BankException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NoException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\UppercaseException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\IterableException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ExistsException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\SfException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\MostOfException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\BaseException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\MimetypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\UrlException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ScalarValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\IntValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PhpLabelException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\TypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\MinException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\AllOfException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Constant Respect\Validation\Exceptions\MaxException::INCLUSIVE was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\MaxException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\TldException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\TrueValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NegativeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\IpException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\IpException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CpfException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\KeyException have been removed: ["Respect\Validation\Exceptions\AttributeException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\SizeException have been removed: ["Respect\Validation\Exceptions\BetweenException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ConsonantException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] These ancestors of Respect\Validation\Exceptions\ComponentException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NoneOfException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\EndsWithException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FibonacciException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BvSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LvSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MpSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\DjSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TcSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\HtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\JoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\DoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\EtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\FiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\YtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\RuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ChSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MhSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\WfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\DeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\JeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\VeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SvSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\EcSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NpSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\UaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KhSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\EhSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\HuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\UsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\VnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SjSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CcSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\McSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\XkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\DkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MqSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SxSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AxSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\UySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NcSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\HmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\FmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BjSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ZmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KpSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ClSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ThSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ArSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\VaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\InSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\EgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\HkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AqSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\FkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MxSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CxSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ReSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ImSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\JpSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\RwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\UmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ScSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\VgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\UzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\EsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\StSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\HnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\WsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\VuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GhSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\DzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\UgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\RoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ZaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GbSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BqSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TvSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LcSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GpSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\DmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\JmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\NaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ToSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ErSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BhSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\FoSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PhSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\RsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MnSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GiSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\FjSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TjSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MySubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\VcSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GlSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MkSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\KeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SbSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\EeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\YeSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CdSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\OmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SmSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ZwSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BbSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LbSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GqSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\IqSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MvSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CvSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ShSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\TrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\LuSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\HrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\FrSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GfSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\QaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CaSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\MsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\CsSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ViSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\GtSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\ItSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\AzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\PgSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\SzSubdivisionCodeException has been deleted
  • [BC] Class Respect\Validation\Exceptions\SubdivisionCode\BgSubdivisionCodeException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\BoolTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CreditCardException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ValidationException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CnpjException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\AttributeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\SpaceException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\PrntException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CountryCodeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FloatValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\KeySetException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NullTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\HexRgbColorException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\SlugException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CallbackException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\VideoUrlException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\EvenException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FileException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\LeapYearException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\SymbolicLinkException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\MinimumAgeException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CallableTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\JsonException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\DomainException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\AlphaException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NestedValidationException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\KeyNestedException have been removed: ["Respect\Validation\Exceptions\AttributeException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\XdigitException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ArrayValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\UploadedException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\NumericException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\OptionalException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ReadableException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PostalCodeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NotBlankException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\IntTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\FalseValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ArrayTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\BoolValException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\LanguageCodeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\AlnumException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ContainsException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ImageException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\KeyValueException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PositiveException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\RegexException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\YesException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\EachException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\VowelException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\RomanException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CurrencyCodeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\OneOfException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NotOptionalException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\BsnException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\GraphException have been removed: ["Respect\Validation\Exceptions\AlphaException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Constant Respect\Validation\Exceptions\CallException::NONE was removed
  • [BC] Constant Respect\Validation\Exceptions\CallException::SOME was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#addRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findMessages() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#findRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#getRelatedByName() was removed
  • [BC] Method Respect\Validation\Exceptions\NestedValidationException#setRelated() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CallException have been removed: ["Respect\Validation\Exceptions\GroupedValidationException","Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\InstanceException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\EmailException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ExtensionException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Exceptions\AtLeastException has been deleted
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\NfeAccessKeyException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\SubdivisionCodeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PeselException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\CharsetException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\AlwaysInvalidException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\PhoneException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\ImeiException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$id was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$mode was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$name was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$template was removed
  • [BC] Property Respect\Validation\Exceptions\ValidationException#$params was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::format() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringify() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyArray() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException::stringifyObject() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#configure() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getMainMessage() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#getTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#hasParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setId() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setName() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setMode() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParam() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setParams() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#setTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#buildTemplate() was removed
  • [BC] Method Respect\Validation\Exceptions\ValidationException#guessId() was removed
  • [BC] These ancestors of Respect\Validation\Exceptions\StringTypeException have been removed: ["Respect\Validation\Exceptions\ExceptionInterface"]
  • [BC] Class Respect\Validation\Rules\AbstractInterval has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\Email#getEmailValidator() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractInterval#$interval was removed
  • [BC] Property Respect\Validation\Rules\AbstractInterval#$inclusive was removed
  • [BC] Method Respect\Validation\Rules\AbstractInterval#filterInterval() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Min have been removed: ["Respect\Validation\Rules\AbstractInterval"]
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Property Respect\Validation\Rules\Domain#$tld was removed
  • [BC] Property Respect\Validation\Rules\Domain#$checks was removed
  • [BC] Property Respect\Validation\Rules\Domain#$otherParts was removed
  • [BC] Method Respect\Validation\Rules\Domain#tldCheck() was removed
  • [BC] Method Respect\Validation\Rules\Domain#collectAssertException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#getRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Domain have been removed: ["Respect\Validation\Rules\AbstractComposite"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Equals#$compareTo was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Zend#$messages was removed
  • [BC] Property Respect\Validation\Rules\Zend#$zendValidator was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Instance#$instanceName was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$mandatory was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$validator was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\LeapDate#$format was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Punct#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Punct have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Property Respect\Validation\Rules\Size#$minSize was removed
  • [BC] Property Respect\Validation\Rules\Size#$minValue was removed
  • [BC] Property Respect\Validation\Rules\Size#$maxSize was removed
  • [BC] Property Respect\Validation\Rules\Size#$maxValue was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\LanguageCode#$languageCodeList was removed
  • [BC] Property Respect\Validation\Rules\LanguageCode#$set was removed
  • [BC] Property Respect\Validation\Rules\LanguageCode#$index was removed
  • [BC] Method Respect\Validation\Rules\LanguageCode::getAvailableSets() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Xdigit#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\HexRgbColor have been removed: ["Respect\Validation\Rules\Xdigit","Respect\Validation\Rules\AbstractCtypeRule","Respect\Validation\Rules\AbstractFilterRule"]
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Vowel#getPregFormat() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRegexRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Vowel have been removed: ["Respect\Validation\Rules\AbstractRegexRule"]
  • [BC] Property Respect\Validation\Rules\AbstractSearcher#$haystack was removed
  • [BC] Property Respect\Validation\Rules\AbstractSearcher#$compareIdentical was removed
  • [BC] Method Respect\Validation\Rules\AbstractSearcher#validateEquals() was removed
  • [BC] Method Respect\Validation\Rules\AbstractSearcher#validateIdentical() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Locale\Factory has been deleted
  • [BC] Class Respect\Validation\Rules\Locale\GermanBic has been deleted
  • [BC] Class Respect\Validation\Rules\Locale\GermanBankAccount has been deleted
  • [BC] Class Respect\Validation\Rules\Locale\GermanBank has been deleted
  • [BC] Class Respect\Validation\Rules\Locale\PlIdentityCard has been deleted
  • [BC] Property Respect\Validation\Rules\Regex#$regex was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\No have been removed: ["Respect\Validation\Rules\Regex"]
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Space#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Space have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Property Respect\Validation\Rules\Type#$type was removed
  • [BC] Property Respect\Validation\Rules\Type#$availableTypes was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Regex#$regex was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Mimetype#$mimetype was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Cntrl has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$mandatory was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$validator was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Each#$itemValidator was removed
  • [BC] Property Respect\Validation\Rules\Each#$keyValidator was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Each have been removed: ["Respect\Validation\Rules\Iterable"]
  • [BC] Property Respect\Validation\Rules\Regex#$regex was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Roman have been removed: ["Respect\Validation\Rules\Regex"]
  • [BC] Property Respect\Validation\Rules\Charset#$charset was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\In#$haystack was removed
  • [BC] Property Respect\Validation\Rules\In#$compareIdentical was removed
  • [BC] Method Respect\Validation\Rules\AbstractSearcher#validateEquals() was removed
  • [BC] Method Respect\Validation\Rules\AbstractSearcher#validateIdentical() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\In have been removed: ["Respect\Validation\Rules\AbstractSearcher"]
  • [BC] Property Respect\Validation\Rules\CountryCode#$countryCodeList was removed
  • [BC] Property Respect\Validation\Rules\CountryCode#$set was removed
  • [BC] Property Respect\Validation\Rules\CountryCode#$index was removed
  • [BC] Method Respect\Validation\Rules\CountryCode::getAvailableSets() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Alpha#filter() was removed
  • [BC] Method Respect\Validation\Rules\Alpha#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Alpha have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Xdigit#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Xdigit have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Bic has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Alnum#filter() was removed
  • [BC] Method Respect\Validation\Rules\Alnum#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Alnum have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\CreditCard#$brand was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Factor#$dividend was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\MinimumAge has been deleted
  • [BC] Constant Respect\Validation\Rules\Sf::SYMFONY_CONSTRAINT_NAMESPACE was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$mandatory was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$validator was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Tld#$tldList was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\NullType have been removed: ["Respect\Validation\Rules\NotEmpty"]
  • [BC] Property Respect\Validation\Rules\Regex#$regex was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Yes have been removed: ["Respect\Validation\Rules\Regex"]
  • [BC] Class Respect\Validation\Rules\AbstractRegexRule has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Constant Respect\Validation\Rules\PostalCode::DEFAULT_PATTERN was removed
  • [BC] Property Respect\Validation\Rules\Regex#$regex was removed
  • [BC] Property Respect\Validation\Rules\PostalCode#$postalCodes was removed
  • [BC] Property Respect\Validation\Rules\PostalCode#$countryCode was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\PostalCode have been removed: ["Respect\Validation\Rules\Regex"]
  • [BC] Property Respect\Validation\Rules\Callback#$callback was removed
  • [BC] Property Respect\Validation\Rules\Callback#$arguments was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Url have been removed: ["Respect\Validation\Rules\FilterVar","Respect\Validation\Rules\Callback"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractWrapper#$validatable was removed
  • [BC] Method Respect\Validation\Rules\AbstractWrapper#getValidatable() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractInterval#$interval was removed
  • [BC] Property Respect\Validation\Rules\AbstractInterval#$inclusive was removed
  • [BC] Method Respect\Validation\Rules\AbstractInterval#filterInterval() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Max have been removed: ["Respect\Validation\Rules\AbstractInterval"]
  • [BC] Property Respect\Validation\Rules\Ip#$ipOptions was removed
  • [BC] Property Respect\Validation\Rules\Ip#$networkRange was removed
  • [BC] Method Respect\Validation\Rules\Ip#parseRange() was removed
  • [BC] Method Respect\Validation\Rules\Ip#fillAddress() was removed
  • [BC] Method Respect\Validation\Rules\Ip#parseRangeUsingWildcards() was removed
  • [BC] Method Respect\Validation\Rules\Ip#parseRangeUsingCidr() was removed
  • [BC] Method Respect\Validation\Rules\Ip#verifyAddress() was removed
  • [BC] Method Respect\Validation\Rules\Ip#verifyNetwork() was removed
  • [BC] Method Respect\Validation\Rules\Ip#belongsToSubnet() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractWrapper#$validatable was removed
  • [BC] Property Respect\Validation\Rules\SubdivisionCode#$countryCode was removed
  • [BC] Method Respect\Validation\Rules\AbstractWrapper#getValidatable() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\SubdivisionCode have been removed: ["Respect\Validation\Rules\AbstractWrapper"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ClSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SvSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CvSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\DoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NpSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ToSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BvSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MpSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\QaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GbSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\FoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\VuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\JpSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\VaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AxSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KpSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BbSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\RuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TvSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\RoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SxSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CxSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SbSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\UaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TjSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\DjSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\RsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\UgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\EgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LbSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\FjSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ZaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\VgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GpSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MxSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\WsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MvSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\FiSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\JoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LvSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ViSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\EsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SjSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IoSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\UsSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\HuSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TdSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NlSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BgSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NaSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BjSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\FrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\VeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GhSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AqSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ThSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\HtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BqSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\HnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\DeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ErSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ItSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\EhSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\YtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\EeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\OmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\InSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ShSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ImSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ChSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ReSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BhSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\DkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NcSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\HmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\McSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ArSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\WfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GqSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\JmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ZwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LcSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\FkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PhSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ZmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MhSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\FmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\StSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CcSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\UzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\UmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IqSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\ScSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\DmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\HkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\XkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\DzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\RwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\NfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\HrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\BwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\TcSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\UySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\EcSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\EtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\CzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\IrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\YeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\SmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\VcSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\VnSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\JeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\LkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\PwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MqSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GySubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KrSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AzSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GtSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AwSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KhSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MkSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\KeSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\AmSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\MfSubdivisionCode has been deleted
  • [BC] Class Respect\Validation\Rules\SubdivisionCode\GnSubdivisionCode has been deleted
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Graph#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Graph have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Property Respect\Validation\Rules\When#$when was removed
  • [BC] Property Respect\Validation\Rules\When#$then was removed
  • [BC] Property Respect\Validation\Rules\When#$else was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Multiple#$multipleOf was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Identical#$compareTo was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Digit#filter() was removed
  • [BC] Method Respect\Validation\Rules\Digit#ctypeFunction() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#filterWhiteSpaceOption() was removed
  • [BC] Method Respect\Validation\Rules\AbstractCtypeRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Digit have been removed: ["Respect\Validation\Rules\AbstractCtypeRule"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Date#$format was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Constant Respect\Validation\Rules\Imei::IMEI_SIZE was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Prnt has been deleted
  • [BC] Property Respect\Validation\Rules\Base#$chars was removed
  • [BC] Property Respect\Validation\Rules\Base#$base was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Iterable has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Property Respect\Validation\Rules\Between#$minValue was removed
  • [BC] Property Respect\Validation\Rules\Between#$maxValue was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#addRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#getRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Between have been removed: ["Respect\Validation\Rules\AllOf","Respect\Validation\Rules\AbstractComposite"]
  • [BC] Class Respect\Validation\Rules\Numeric has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\StartsWith#$startValue was removed
  • [BC] Property Respect\Validation\Rules\StartsWith#$identical was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractWrapper#$validatable was removed
  • [BC] Method Respect\Validation\Rules\AbstractWrapper#getValidatable() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$mandatory was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$validator was removed
  • [BC] Method Respect\Validation\Rules\Call#getReferenceValue() was removed
  • [BC] Method Respect\Validation\Rules\Call#hasReference() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Call have been removed: ["Respect\Validation\Rules\AbstractRelated"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Bank has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Length#$minValue was removed
  • [BC] Property Respect\Validation\Rules\Length#$maxValue was removed
  • [BC] Property Respect\Validation\Rules\Length#$inclusive was removed
  • [BC] Method Respect\Validation\Rules\Length#extractLength() was removed
  • [BC] Method Respect\Validation\Rules\Length#validateMin() was removed
  • [BC] Method Respect\Validation\Rules\Length#validateMax() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Callback#$callback was removed
  • [BC] Property Respect\Validation\Rules\Callback#$arguments was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\FilterVar have been removed: ["Respect\Validation\Rules\Callback"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractFilterRule#$additionalChars was removed
  • [BC] Method Respect\Validation\Rules\Consonant#getPregFormat() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRegexRule#validateClean() was removed
  • [BC] Method Respect\Validation\Rules\AbstractFilterRule#filter() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\Consonant have been removed: ["Respect\Validation\Rules\AbstractRegexRule"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\EndsWith#$endValue was removed
  • [BC] Property Respect\Validation\Rules\EndsWith#$identical was removed
  • [BC] Method Respect\Validation\Rules\EndsWith#validateEquals() was removed
  • [BC] Method Respect\Validation\Rules\EndsWith#validateIdentical() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\BankAccount has been deleted
  • [BC] Property Respect\Validation\Rules\Extension#$extension was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$mandatory was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$reference was removed
  • [BC] Property Respect\Validation\Rules\AbstractRelated#$validator was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Not#$rule was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\VideoUrl#$service was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Contains#$containsValue was removed
  • [BC] Property Respect\Validation\Rules\Contains#$identical was removed
  • [BC] Method Respect\Validation\Rules\Contains#validateEquals() was removed
  • [BC] Method Respect\Validation\Rules\Contains#validateIdentical() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\Callback#$callback was removed
  • [BC] Property Respect\Validation\Rules\Callback#$arguments was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\AbstractCtypeRule has been deleted
  • [BC] Property Respect\Validation\Rules\Image#$fileInfo was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\AbstractComposite#$rules was removed
  • [BC] Method Respect\Validation\Rules\KeySet#addRule() was removed
  • [BC] Method Respect\Validation\Rules\KeySet#addRules() was removed
  • [BC] Method Respect\Validation\Rules\KeySet#getKeys() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#removeRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#getRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#hasRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#appendRule() was removed
  • [BC] Method Respect\Validation\Rules\AbstractComposite#validateRules() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] These ancestors of Respect\Validation\Rules\KeySet have been removed: ["Respect\Validation\Rules\AllOf","Respect\Validation\Rules\AbstractComposite"]
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Property Respect\Validation\Rules\KeyValue#$comparedKey was removed
  • [BC] Property Respect\Validation\Rules\KeyValue#$ruleName was removed
  • [BC] Property Respect\Validation\Rules\KeyValue#$baseKey was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
  • [BC] Class Respect\Validation\Rules\Age has been deleted
  • [BC] Class Respect\Validation\Rules\IdentityCard has been deleted
  • [BC] Method Respect\Validation\Rules\AbstractRule#createException() was removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment