We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b289625 commit 0a0fa97Copy full SHA for 0a0fa97
src/Doctrine/Instantiator/Instantiator.php
@@ -28,8 +28,12 @@ final class Instantiator implements InstantiatorInterface
28
* Markers used internally by PHP to define whether {@see \unserialize} should invoke
29
* the method {@see \Serializable::unserialize()} when dealing with classes implementing
30
* the {@see \Serializable} interface.
31
+ *
32
+ * @deprecated This constant will be private in 2.0
33
*/
- public const SERIALIZATION_FORMAT_USE_UNSERIALIZER = 'C';
34
+ public const SERIALIZATION_FORMAT_USE_UNSERIALIZER = 'C';
35
+
36
+ /** @deprecated This constant will be private in 2.0 */
37
public const SERIALIZATION_FORMAT_AVOID_UNSERIALIZER = 'O';
38
39
/**
0 commit comments