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

Commite1b213e

Browse files
committed
Removed ${} string interpolation syntax
1 parent5bcc434 commite1b213e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Phake/ClassGenerator/MockClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ protected function implementMethod(\ReflectionMethod $method, $static = false)
424424
425425
\$__PHAKE_info = Phake::getInfo({$context});
426426
if (\$__PHAKE_info === null) {
427-
${return}{$nullReturn};
427+
{$return}{$nullReturn};
428428
}
429429
430430
\$__PHAKE_funcArgs = array_map(function (\$x) { return\$x; },\$__PHAKE_args);
@@ -441,7 +441,7 @@ protected function implementMethod(\ReflectionMethod $method, $static = false)
441441
\$__PHAKE_result = call_user_func_array(\$__PHAKE_callback,\$__PHAKE_args);
442442
}
443443
\$__PHAKE_answer->processAnswer(\$__PHAKE_result);
444-
${return}{$resultReturn};
444+
{$return}{$resultReturn};
445445
}
446446
";
447447

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp