[VarDumper] Clean casters @final annotations

This commit is contained in:
Thomas Calvet 2019-11-06 17:32:02 +01:00
parent 9dd60645d9
commit ce35ca2d01
20 changed files with 20 additions and 20 deletions

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Grégoire Pineau <lyrixx@lyrixx.info> * @author Grégoire Pineau <lyrixx@lyrixx.info>
* *
* @final since Symfony 4.4 * @final
*/ */
class AmqpCaster class AmqpCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class DOMCaster class DOMCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Dany Maillard <danymaillard93b@gmail.com> * @author Dany Maillard <danymaillard93b@gmail.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class DateCaster class DateCaster
{ {

View File

@ -21,7 +21,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class DoctrineCaster class DoctrineCaster
{ {

View File

@ -21,7 +21,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Jáchym Toušek <enumag@gmail.com> * @author Jáchym Toušek <enumag@gmail.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class DsCaster class DsCaster
{ {

View File

@ -20,7 +20,7 @@ use Symfony\Component\VarDumper\Exception\ThrowingCasterException;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class ExceptionCaster class ExceptionCaster
{ {

View File

@ -19,7 +19,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* @author Hamza Amrouche <hamza.simperfit@gmail.com> * @author Hamza Amrouche <hamza.simperfit@gmail.com>
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class GmpCaster class GmpCaster
{ {

View File

@ -17,7 +17,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* @author Jan Schädlich <jan.schaedlich@sensiolabs.de> * @author Jan Schädlich <jan.schaedlich@sensiolabs.de>
* *
* @final since Symfony 4.4 * @final
*/ */
class IntlCaster class IntlCaster
{ {

View File

@ -16,7 +16,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
/** /**
* @author Jan Schädlich <jan.schaedlich@sensiolabs.de> * @author Jan Schädlich <jan.schaedlich@sensiolabs.de>
* *
* @final since Symfony 4.4 * @final
*/ */
class MemcachedCaster class MemcachedCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class PdoCaster class PdoCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class PgSqlCaster class PgSqlCaster
{ {

View File

@ -17,7 +17,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
/** /**
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class ProxyManagerCaster class ProxyManagerCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class RedisCaster class RedisCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class ReflectionCaster class ReflectionCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class ResourceCaster class ResourceCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class SplCaster class SplCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class StubCaster class StubCaster
{ {

View File

@ -15,7 +15,7 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\VarDumper\Cloner\Stub; use Symfony\Component\VarDumper\Cloner\Stub;
/** /**
* @final since Symfony 4.4 * @final
*/ */
class SymfonyCaster class SymfonyCaster
{ {

View File

@ -17,7 +17,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Baptiste Clavié <clavie.b@gmail.com> * @author Baptiste Clavié <clavie.b@gmail.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class XmlReaderCaster class XmlReaderCaster
{ {

View File

@ -18,7 +18,7 @@ use Symfony\Component\VarDumper\Cloner\Stub;
* *
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
* *
* @final since Symfony 4.4 * @final
*/ */
class XmlResourceCaster class XmlResourceCaster
{ {