composeer update
This commit is contained in:
6
vendor/symfony/routing/CompiledRoute.php
vendored
6
vendor/symfony/routing/CompiledRoute.php
vendored
@@ -64,7 +64,8 @@ class CompiledRoute implements \Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal since Symfony 4.3, will be removed in Symfony 5 as the class won't implement Serializable anymore
|
||||
* @internal since Symfony 4.3
|
||||
* @final since Symfony 4.3
|
||||
*/
|
||||
public function serialize()
|
||||
{
|
||||
@@ -84,7 +85,8 @@ class CompiledRoute implements \Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal since Symfony 4.3, will be removed in Symfony 5 as the class won't implement Serializable anymore
|
||||
* @internal since Symfony 4.3
|
||||
* @final since Symfony 4.3
|
||||
*/
|
||||
public function unserialize($serialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user