Skip to content

Commit 3905b2b

Browse files
committed
remove version numbers from @internal annotations
1 parent 8a73d0b commit 3905b2b

24 files changed

+24
-25
lines changed

Caster/AddressInfoCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Nicolas Grekas <[email protected]>
1818
*
19-
* @internal since Symfony 7.3
19+
* @internal
2020
*/
2121
final class AddressInfoCaster
2222
{

Caster/AmqpCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @final
2222
*
23-
* @internal since Symfony 7.3
23+
* @internal
2424
*/
2525
class AmqpCaster
2626
{

Caster/Caster.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Caster
4747
*
4848
* @param bool $hasDebugInfo Whether the __debugInfo method exists on $obj or not
4949
*
50-
* @internal since Symfony 7.3
50+
* @internal
5151
*/
5252
public static function castObject(object $obj, string $class, bool $hasDebugInfo = false, ?string $debugClass = null): array
5353
{
@@ -165,7 +165,7 @@ public static function filter(array $a, int $filter, array $listedProperties = [
165165
}
166166

167167
/**
168-
* @internal since Symfony 7.3
168+
* @internal
169169
*/
170170
public static function castPhpIncompleteClass(\__PHP_Incomplete_Class $c, array $a, Stub $stub, bool $isNested): array
171171
{

Caster/DOMCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @final
2222
*
23-
* @internal since Symfony 7.3
23+
* @internal
2424
*/
2525
class DOMCaster
2626
{

Caster/DateCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @final
2222
*
23-
* @internal since Symfony 7.3
23+
* @internal
2424
*/
2525
class DateCaster
2626
{

Caster/DoctrineCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @final
2525
*
26-
* @internal since Symfony 7.3
26+
* @internal
2727
*/
2828
class DoctrineCaster
2929
{

Caster/ExceptionCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @final
2525
*
26-
* @internal since Symfony 7.3
26+
* @internal
2727
*/
2828
class ExceptionCaster
2929
{

Caster/GmpCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @final
2323
*
24-
* @internal since Symfony 7.3
24+
* @internal
2525
*/
2626
class GmpCaster
2727
{

Caster/ImagineCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @author Grégoire Pineau <[email protected]>
1919
*
20-
* @internal since Symfony 7.3
20+
* @internal
2121
*/
2222
final class ImagineCaster
2323
{

Caster/IntlCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @final
2121
*
22-
* @internal since Symfony 7.3
22+
* @internal
2323
*/
2424
class IntlCaster
2525
{

0 commit comments

Comments
 (0)