Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit79adbcc

Browse files
bug#27420 Revert "feature#26702 Mark ExceptionInterfaces throwable (ostrolucky)" (nicolas-grekas)
This PR was merged into the 4.1 branch.Discussion----------Revert "feature#26702 Mark ExceptionInterfaces throwable (ostrolucky)"This reverts commit9fda6d3, reversingchanges made toca53d3e.| Q | A| ------------- | ---| Branch? | 4.1| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#27419| License | MIT| Doc PR | -#26702 introduced a BC break.Commits-------2ddb89b Revert "feature#26702 Mark ExceptionInterfaces throwable (ostrolucky)"
2 parentsce616bf +2ddb89b commit79adbcc

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Fabien Potencier <fabien@symfony.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Jérôme Tamarelle <jerome@tamarelle.net>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>
2121
*/
22-
interface ExceptionInterfaceextends \Throwable
22+
interface ExceptionInterface
2323
{
2424
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Fabien Potencier <fabien@symfony.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Romain Neutron <imprec@gmail.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Charles Sarrazin <charles@sarraz.in>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Jérémy Derussé <jeremy@derusse.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*/
19-
interface ExceptionInterfaceextends \Throwable
19+
interface ExceptionInterface
2020
{
2121
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp