Commit 5f0b6cd1 authored by zYne's avatar zYne

fixed VALIDATE_ALL constant value

parent e428845d
...@@ -363,7 +363,7 @@ final class Doctrine ...@@ -363,7 +363,7 @@ final class Doctrine
const VALIDATE_CONSTRAINTS = 4; const VALIDATE_CONSTRAINTS = 4;
const VALIDATE_ALL = 5; const VALIDATE_ALL = 7;
/** /**
* constant for auto_increment identifier * constant for auto_increment identifier
...@@ -645,4 +645,4 @@ final class Doctrine ...@@ -645,4 +645,4 @@ final class Doctrine
return true; return true;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment