Skip to content

Commit fb50c7a

Browse files
committed
minor #26229 removed version in @Final @internal for version < 4.0 (fabpot)
This PR was merged into the 4.0 branch. Discussion ---------- removed version in @Final @internal for version < 4.0 | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a On 4.0+, I think we can removed the "since version 3.x" from `@final` and `@internal` annotations. I've kept them for things that reference version 4.x. Commits ------- ed27b12d2c removed version in @Final @internal for version < 4.0
2 parents 2d7ad46 + 8637e5a commit fb50c7a

20 files changed

+40
-40
lines changed

CacheWarmer/RouterCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Fabien Potencier <fabien@symfony.com>
2424
*
25-
* @final since version 3.4
25+
* @final
2626
*/
2727
class RouterCacheWarmer implements CacheWarmerInterface, ServiceSubscriberInterface
2828
{

Command/AboutCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Roland Franssen <franssen.roland@gmail.com>
2727
*
28-
* @final since version 3.4
28+
* @final
2929
*/
3030
class AboutCommand extends Command
3131
{

Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Fabien Potencier <fabien@symfony.com>
2929
* @author Gábor Egyed <gabor.egyed@gmail.com>
3030
*
31-
* @final since version 3.4
31+
* @final
3232
*/
3333
class AssetsInstallCommand extends Command
3434
{

Command/CacheClearCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Francis Besset <francis.besset@gmail.com>
3030
* @author Fabien Potencier <fabien@symfony.com>
3131
*
32-
* @final since version 3.4
32+
* @final
3333
*/
3434
class CacheClearCommand extends Command
3535
{

Command/CacheWarmupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Fabien Potencier <fabien@symfony.com>
2525
*
26-
* @final since version 3.4
26+
* @final
2727
*/
2828
class CacheWarmupCommand extends Command
2929
{

Command/ConfigDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Grégoire Pineau <lyrixx@lyrixx.info>
2727
*
28-
* @final since version 3.4
28+
* @final
2929
*/
3030
class ConfigDebugCommand extends AbstractConfigCommand
3131
{

Command/ConfigDumpReferenceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Wouter J <waldio.webdesign@gmail.com>
2727
* @author Grégoire Pineau <lyrixx@lyrixx.info>
2828
*
29-
* @final since version 3.4
29+
* @final
3030
*/
3131
class ConfigDumpReferenceCommand extends AbstractConfigCommand
3232
{

Command/ContainerDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @author Ryan Weaver <ryan@thatsquality.com>
3131
*
32-
* @internal since version 3.4
32+
* @internal
3333
*/
3434
class ContainerDebugCommand extends Command
3535
{

Command/EventDispatcherDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @author Matthieu Auger <mail@matthieuauger.com>
2727
*
28-
* @final since version 3.4
28+
* @final
2929
*/
3030
class EventDispatcherDebugCommand extends Command
3131
{

Command/RouterDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Fabien Potencier <fabien@symfony.com>
3030
* @author Tobias Schultze <http://tobion.de>
3131
*
32-
* @final since version 3.4
32+
* @final
3333
*/
3434
class RouterDebugCommand extends Command
3535
{

0 commit comments

Comments
 (0)