Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00dffe7

Browse files
committed
remove api tags that are new in 2.8
1 parent a2a4967 commit 00dffe7

File tree

6 files changed

+0
-22
lines changed

6 files changed

+0
-22
lines changed

src/Symfony/Component/Console/Exception/ExceptionInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* ExceptionInterface.
1616
*
1717
* @author Jérôme Tamarelle <[email protected]>
18-
*
19-
* @api
2018
*/
2119
interface ExceptionInterface
2220
{

src/Symfony/Component/CssSelector/Converter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
/**
2222
* @author Christophe Coevoet <[email protected]>
23-
*
24-
* @api
2523
*/
2624
class Converter implements ConverterInterface
2725
{

src/Symfony/Component/CssSelector/ConverterInterface.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5353
*
5454
* @author Christophe Coevoet <[email protected]>
55-
*
56-
* @api
5755
*/
5856
interface ConverterInterface
5957
{
@@ -67,8 +65,6 @@ interface ConverterInterface
6765
* @param string $prefix An optional prefix for the XPath expression.
6866
*
6967
* @return string
70-
*
71-
* @api
7268
*/
7369
public function toXPath($cssExpr, $prefix = 'descendant-or-self::');
7470

src/Symfony/Component/DependencyInjection/Definition.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,6 @@ public function getFile()
548548
* @param bool $shared Whether the service must be shared or not
549549
*
550550
* @return Definition The current instance
551-
*
552-
* @api
553551
*/
554552
public function setShared($shared)
555553
{
@@ -562,8 +560,6 @@ public function setShared($shared)
562560
* Whether this service is shared.
563561
*
564562
* @return bool
565-
*
566-
* @api
567563
*/
568564
public function isShared()
569565
{
@@ -756,8 +752,6 @@ public function isAbstract()
756752
* @return Definition the current instance
757753
*
758754
* @throws InvalidArgumentException When the message template is invalid.
759-
*
760-
* @api
761755
*/
762756
public function setDeprecated($status = true, $template = null)
763757
{
@@ -783,8 +777,6 @@ public function setDeprecated($status = true, $template = null)
783777
* anymore.
784778
*
785779
* @return bool
786-
*
787-
* @api
788780
*/
789781
public function isDeprecated()
790782
{
@@ -797,8 +789,6 @@ public function isDeprecated()
797789
* @param string $id Service id relying on this definition
798790
*
799791
* @return string
800-
*
801-
* @api
802792
*/
803793
public function getDeprecationMessage($id)
804794
{

src/Symfony/Component/Validator/Constraints/Bic.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
1919
*
2020
* @author Michael Hirschler <[email protected]>
21-
*
22-
* @api
2321
*/
2422
class Bic extends Constraint
2523
{

src/Symfony/Component/Validator/Constraints/BicValidator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* @author Michael Hirschler <[email protected]>
1919
*
2020
* @link https://en.wikipedia.org/wiki/ISO_9362#Structure
21-
*
22-
* @api
2321
*/
2422
class BicValidator extends ConstraintValidator
2523
{

0 commit comments

Comments
 (0)