Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00dffe7

Browse filesBrowse files
committed
remove api tags that are new in 2.8
1 parent a2a4967 commit 00dffe7
Copy full SHA for 00dffe7

File tree

Expand file treeCollapse file tree

6 files changed

+0
-22
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+0
-22
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Exception/ExceptionInterface.php
-2Lines 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 <jerome@tamarelle.net>
18-
*
19-
* @api
2018
*/
2119
interface ExceptionInterface
2220
{

‎src/Symfony/Component/CssSelector/Converter.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Converter.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
/**
2222
* @author Christophe Coevoet <stof@notk.org>
23-
*
24-
* @api
2523
*/
2624
class Converter implements ConverterInterface
2725
{

‎src/Symfony/Component/CssSelector/ConverterInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/ConverterInterface.php
-4Lines 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 <stof@notk.org>
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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Definition.php
-10Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/Bic.php
-2Lines 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 <michael.vhirsch@gmail.com>
21-
*
22-
* @api
2321
*/
2422
class Bic extends Constraint
2523
{

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Constraints/BicValidator.php
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* @author Michael Hirschler <michael.vhirsch@gmail.com>
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.