8000 remove api tags that are new in 2.7 · symfony/symfony@331019e · GitHub
[go: up one dir, main page]

Skip to content

Commit 331019e

Browse files
committed
remove api tags that are new in 2.7
1 parent 8573385 commit 331019e

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

src/Symfony/Component/Debug/DebugClassLoader.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* @author Fabien Potencier <fabien@symfony.com>
2222
* @author Christophe Coevoet <stof@notk.org>
2323
* @author Nicolas Grekas <p@tchwork.com>
24-
*
25-
* @api
2624
*/
2725
class DebugClassLoader
2826
{
@@ -38,8 +36,6 @@ class DebugClassLoader
3836
* Constructor.
3937
*
4038
* @param callable|object $classLoader Passing an object is @deprecated since version 2.5 and support for it will be removed in 3.0
41-
*
42-
* @api
4339
*/
4440
public function __construct($classLoader)
4541
{

src/Symfony/Component/HttpKernel/Event/KernelEvent.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ public function getRequestType()
8686
* Checks if this is a master request.
8787
*
8888
* @return bool True if the request is a master request
89-
*
90-
* @api
9189
*/
9290
public function isMasterRequest()
9391
{

src/Symfony/Component/Templating/TemplateReferenceInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ public function getLogicalName();
7272
* Alias of getLogicalName().
7373
*
7474
* @return string The template name
75-
*
76-
* @api
7775
*/
7876
public function __toString();
7977
}

src/Symfony/Component/Translation/DataCollectorTranslator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ public function transChoice($id, $number, array $parameters = array(), $domain =
6666

6767
/**
6868
* {@inheritdoc}
69-
*
70-
* @api
7169
*/
7270
public function setLocale($locale)
7371
{
@@ -76,8 +74,6 @@ public function setLocale($locale)
7674

7775
/**
7876
* {@inheritdoc}
79-
*
80-
* @api
8177
*/
8278
public function getLocale()
8379
{

src/Symfony/Component/Translation/LoggingTranslator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ public function transChoice($id, $number, array $parameters = array(), $domain =
6666

6767
/**
6868
* {@inheritdoc}
69-
*
70-
* @api
7169
*/
7270
public function setLocale($locale)
7371
{
@@ -76,8 +74,6 @@ public function setLocale($locale)
7674

7775
/**
7876
* {@inheritdoc}
79-
*
80-
* @api
8177
*/
8278
public function getLocale()
8379
{

0 commit comments

Comments
 (0)
0