[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>
*
* @final since Symfony 4.4
* @final
*/
class AmqpCaster
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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