Skip to content

Commit d25796f

Browse files
committed
removed version in @Final @internal for version < 4.0
1 parent 07c5769 commit d25796f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Compiler/ServiceReferenceGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Johannes M. Schmitt <[email protected]>
2323
*
24-
* @final since version 3.4
24+
* @final
2525
*/
2626
class ServiceReferenceGraph
2727
{

ContainerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ public function log(CompilerPassInterface $pass, string $message)
13971397
*
13981398
* @return array An array of Service conditionals
13991399
*
1400-
* @internal since version 3.4
1400+
* @internal
14011401
*/
14021402
public static function getServiceConditionals($value)
14031403
{

LazyProxy/PhpDumper/NullDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Marco Pivetta <[email protected]>
2020
*
21-
* @final since version 3.3
21+
* @final
2222
*/
2323
class NullDumper implements DumperInterface
2424
{

0 commit comments

Comments
 (0)