Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
jm42 committed Aug 7, 2017
1 parent 496a198 commit 3de509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Suite/RegistrySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
interface Engine {}

class V8 implements Engine {
function __invoke(string $prefix = '$prefix') {
function __invoke(string $prefix='$prefix') {
return "${prefix}World";
}
}
Expand Down

0 comments on commit 3de509c

Please sign in to comment.