8000 minor #34266 [VarDumper] Clean casters @final annotations (fancyweb) · symfony/symfony@3d8cca8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d8cca8

Browse files
minor #34266 [VarDumper] Clean casters @Final annotations (fancyweb)
This PR was merged into the 5.0-dev branch. Discussion ---------- [VarDumper] Clean casters @Final annotations | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Clean #33882 on master. Commits ------- ce35ca2 [VarDumper] Clean casters @Final annotations
2 parents dac9df3 + ce35ca2 commit 3d8cca8

20 files changed

+20
-20
lines changed

src/Symfony/Component/VarDumper/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 <lyrixx@lyrixx.info>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class AmqpCaster
2424
{

src/Symfony/Component/VarDumper/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 <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class DOMCaster
2424
{

src/Symfony/Component/VarDumper/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 <danymaillard93b@gmail.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class DateCaster
2424
{

src/Symfony/Component/VarDumper/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 <p@tchwork.com>
2323
*
24-
* @final since Symfony 4.4
24+
* @final
2525
*/
2626
class DoctrineCaster
2727
{

src/Symfony/Component/VarDumper/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 <enumag@gmail.com>
2323
*
24-
* @final since Symfony 4.4
24+
* @final
2525
*/
2626
class DsCaster
2727
{

src/Symfony/Component/VarDumper/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 <p@tchwork.com>
2222
*
23-
* @final since Symfony 4.4
23+
* @final
2424
*/
2525
class ExceptionCaster
2626
{

src/Symfony/Component/VarDumper/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 <hamza.simperfit@gmail.com>
2020
* @author Nicolas Grekas <p@tchwork.com>
2121
*
22-
* @final since Symfony 4.4
22+
* @final
2323
*/
2424
class GmpCaster
2525
{

src/Symfony/Component/VarDumper/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 <p@tchwork.com>
1818
* @author Jan Schädlich <jan.schaedlich@sensiolabs.de>
1919
*
20-
* @final since Symfony 4.4
20+
* @final
2121
*/
2222
class IntlCaster
2323
{

src/Symfony/Component/VarDumper/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 <jan.schaedlich@sensiolabs.de>
1818
*
19-
* @final since Symfony 4.4
19+
* @final
2020
*/
2121
class MemcachedCaster
2222
{

src/Symfony/Component/VarDumper/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 <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class PdoCaster
2424
{

src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class PgSqlCaster
2424
{

src/Symfony/Component/VarDumper/Caster/ProxyManagerCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @author Nicolas Grekas <p@tchwork.com>
1919
*
20-
* @final since Symfony 4.4
20+
* @final
2121
*/
2222
class ProxyManagerCaster
2323
{

src/Symfony/Component/VarDumper/Caster/RedisCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class RedisCaster
2424
{

src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class ReflectionCaster
2424
{

src/Symfony/Component/VarDumper/Caster/ResourceCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class ResourceCaster
2424
{

src/Symfony/Component/VarDumper/Caster/SplCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class SplCaster
2424
{

src/Symfony/Component/VarDumper/Caster/StubCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class StubCaster
2424
{

src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\VarDumper\Cloner\Stub;
1616

1717
/**
18-
* @final since Symfony 4.4
18+
* @final
1919
*/
2020
class SymfonyCaster
2121
{

src/Symfony/Component/VarDumper/Caster/XmlReaderCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @author Baptiste Clavié <clavie.b@gmail.com>
1919
*
20-
* @final since Symfony 4.4
20+
* @final
2121
*/
2222
class XmlReaderCaster
2323
{

src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Nicolas Grekas <p@tchwork.com>
2020
*
21-
* @final since Symfony 4.4
21+
* @final
2222
*/
2323
class XmlResourceCaster
2424
{

0 commit comments

Comments
 (0)
0