Skip to content

Commit dca3a24

Browse files
committed
[VarDumper] Clean casters @Final annotations
1 parent 0429722 commit dca3a24

20 files changed

+20
-20
lines changed

Caster/AmqpCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Grégoire Pineau <[email protected]>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class AmqpCaster
2424
{

Caster/DOMCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <[email protected]>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class DOMCaster
2424
{

Caster/DateCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Dany Maillard <[email protected]>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class DateCaster
2424
{

Caster/DoctrineCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Nicolas Grekas <[email protected]>
2323
*
24-
* @final since Symfony 4.4
24+
* @final
2525
*/
2626
class DoctrineCaster
2727
{

Caster/DsCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Jáchym Toušek <[email protected]>
2323
*
24-
* @final since Symfony 4.4
24+
* @final
2525
*/
2626
class DsCaster
2727
{

Caster/ExceptionCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Nicolas Grekas <[email protected]>
2222
*
23-
* @final since Symfony 4.4
23+
* @final
2424
*/
2525
class ExceptionCaster
2626
{

Caster/GmpCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @author Hamza Amrouche <[email protected]>
2020
* @author Nicolas Grekas <[email protected]>
2121
*
22-
* @final since Symfony 4.4
22+
* @final
2323
*/
2424
class GmpCaster
2525
{

Caster/IntlCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Nicolas Grekas <[email protected]>
1818
* @author Jan Schädlich <[email protected]>
1919
*
20-
* @final since Symfony 4.4
20+
* @final
2121
*/
2222
class IntlCaster
2323
{

Caster/MemcachedCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Jan Schädlich <[email protected]>
1818
*
19-
* @final since Symfony 4.4
19+
* @final
2020
*/
2121
class MemcachedCaster
2222
{

Caster/PdoCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <[email protected]>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class PdoCaster
2424
{

0 commit comments

Comments
 (0)