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

Commit0c9b3c0

Browse files
[Bridge/PhpUnit] Fix PHP5.5 compat
1 parent64b68d4 commit0c9b3c0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
*/
1919
class Deprecation
2020
{
21-
privateconstPATH_TYPE_VENDOR ='path_type_vendor';
22-
privateconstPATH_TYPE_SELF ='path_type_internal';
23-
privateconstPATH_TYPE_UNDETERMINED ='path_type_undetermined';
24-
25-
publicconstTYPE_SELF ='type_self';
26-
publicconstTYPE_DIRECT ='type_direct';
27-
publicconstTYPE_INDIRECT ='type_indirect';
28-
publicconstTYPE_UNDETERMINED ='type_undetermined';
21+
constPATH_TYPE_VENDOR ='path_type_vendor';
22+
constPATH_TYPE_SELF ='path_type_internal';
23+
constPATH_TYPE_UNDETERMINED ='path_type_undetermined';
24+
25+
constTYPE_SELF ='type_self';
26+
constTYPE_DIRECT ='type_direct';
27+
constTYPE_INDIRECT ='type_indirect';
28+
constTYPE_UNDETERMINED ='type_undetermined';
2929

3030
/**
3131
* @var array

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp