remove api tags that are new in 2.8

This commit is contained in:
Tobias Schultze 2015-09-29 14:35:00 +02:00
parent a2a4967167
commit 00dffe73b8
6 changed files with 0 additions and 22 deletions

View File

@ -15,8 +15,6 @@ namespace Symfony\Component\Console\Exception;
* ExceptionInterface.
*
* @author Jérôme Tamarelle <jerome@tamarelle.net>
*
* @api
*/
interface ExceptionInterface
{

View File

@ -20,8 +20,6 @@ use Symfony\Component\CssSelector\XPath\Translator;
/**
* @author Christophe Coevoet <stof@notk.org>
*
* @api
*/
class Converter implements ConverterInterface
{

View File

@ -52,8 +52,6 @@ namespace Symfony\Component\CssSelector;
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @author Christophe Coevoet <stof@notk.org>
*
* @api
*/
interface ConverterInterface
{
@ -67,8 +65,6 @@ interface ConverterInterface
* @param string $prefix An optional prefix for the XPath expression.
*
* @return string
*
* @api
*/
public function toXPath($cssExpr, $prefix = 'descendant-or-self::');

View File

@ -548,8 +548,6 @@ class Definition
* @param bool $shared Whether the service must be shared or not
*
* @return Definition The current instance
*
* @api
*/
public function setShared($shared)
{
@ -562,8 +560,6 @@ class Definition
* Whether this service is shared.
*
* @return bool
*
* @api
*/
public function isShared()
{
@ -756,8 +752,6 @@ class Definition
* @return Definition the current instance
*
* @throws InvalidArgumentException When the message template is invalid.
*
* @api
*/
public function setDeprecated($status = true, $template = null)
{
@ -783,8 +777,6 @@ class Definition
* anymore.
*
* @return bool
*
* @api
*/
public function isDeprecated()
{
@ -797,8 +789,6 @@ class Definition
* @param string $id Service id relying on this definition
*
* @return string
*
* @api
*/
public function getDeprecationMessage($id)
{

View File

@ -18,8 +18,6 @@ use Symfony\Component\Validator\Constraint;
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
*
* @author Michael Hirschler <michael.vhirsch@gmail.com>
*
* @api
*/
class Bic extends Constraint
{

View File

@ -18,8 +18,6 @@ use Symfony\Component\Validator\ConstraintValidator;
* @author Michael Hirschler <michael.vhirsch@gmail.com>
*
* @link https://en.wikipedia.org/wiki/ISO_9362#Structure
*
* @api
*/
class BicValidator extends ConstraintValidator
{