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

Commit57d935a

Browse files
committed
Fix fabbot
1 parentfdc2197 commit57d935a

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed
Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
<?php
2-
3-
namespaceSymfony\Component\Debug\Tests\Fixtures;
4-
5-
class ClassWithAnnotatedParameters
6-
{
7-
/**
8-
* @param string $foo This is a foo parameter.
9-
*/
10-
publicfunctionfooMethod(string$foo)
11-
{
12-
}
13-
14-
/**
15-
* @param string $bar parameter not implemented yet
16-
*/
17-
publicfunctionbarMethod(/** string $bar = null */)
18-
{
19-
}
20-
21-
22-
/**
23-
* @param Quz $quz parameter not implemented yet
24-
*/
25-
publicfunctionquzMethod(/** Quz $quz = null */)
26-
{
27-
}
28-
}
1+
<?php
2+
3+
namespaceSymfony\Component\Debug\Tests\Fixtures;
4+
5+
class ClassWithAnnotatedParameters
6+
{
7+
/**
8+
* @param string $foo this is a foo parameter
9+
*/
10+
publicfunctionfooMethod(string$foo)
11+
{
12+
}
13+
14+
/**
15+
* @param string $bar parameter not implemented yet
16+
*/
17+
publicfunctionbarMethod(/* string $bar = null */)
18+
{
19+
}
20+
21+
/**
22+
* @param Quz $quz parameter not implemented yet
23+
*/
24+
publicfunctionquzMethod(/* Quz $quz = null */)
25+
{
26+
}
27+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp