remove api tags that are new in 2.7

This commit is contained in:
Tobias Schultze 2015-09-29 14:08:33 +02:00
parent 8573385a83
commit 331019e87b
5 changed files with 0 additions and 16 deletions

View File

@ -21,8 +21,6 @@ namespace Symfony\Component\Debug;
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Christophe Coevoet <stof@notk.org> * @author Christophe Coevoet <stof@notk.org>
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
*
* @api
*/ */
class DebugClassLoader class DebugClassLoader
{ {
@ -38,8 +36,6 @@ class DebugClassLoader
* Constructor. * Constructor.
* *
* @param callable|object $classLoader Passing an object is @deprecated since version 2.5 and support for it will be removed in 3.0 * @param callable|object $classLoader Passing an object is @deprecated since version 2.5 and support for it will be removed in 3.0
*
* @api
*/ */
public function __construct($classLoader) public function __construct($classLoader)
{ {

View File

@ -86,8 +86,6 @@ class KernelEvent extends Event
* Checks if this is a master request. * Checks if this is a master request.
* *
* @return bool True if the request is a master request * @return bool True if the request is a master request
*
* @api
*/ */
public function isMasterRequest() public function isMasterRequest()
{ {

View File

@ -72,8 +72,6 @@ interface TemplateReferenceInterface
* Alias of getLogicalName(). * Alias of getLogicalName().
* *
* @return string The template name * @return string The template name
*
* @api
*/ */
public function __toString(); public function __toString();
} }

View File

@ -66,8 +66,6 @@ class DataCollectorTranslator implements TranslatorInterface, TranslatorBagInter
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* @api
*/ */
public function setLocale($locale) public function setLocale($locale)
{ {
@ -76,8 +74,6 @@ class DataCollectorTranslator implements TranslatorInterface, TranslatorBagInter
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* @api
*/ */
public function getLocale() public function getLocale()
{ {

View File

@ -66,8 +66,6 @@ class LoggingTranslator implements TranslatorInterface, TranslatorBagInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* @api
*/ */
public function setLocale($locale) public function setLocale($locale)
{ {
@ -76,8 +74,6 @@ class LoggingTranslator implements TranslatorInterface, TranslatorBagInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* @api
*/ */
public function getLocale() public function getLocale()
{ {