@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | /** |
8 | 8 | * Create a new Skeleton Instance |
9 | 9 | */ |
10 | - public function __construct(){ |
|
10 | + public function __construct() { |
|
11 | 11 | // constructor body |
12 | 12 | } |
13 | 13 | |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | * |
19 | 19 | * @return string Returns the phrase passed in |
20 | 20 | */ |
21 | - public function echoPhrase($phrase){ |
|
21 | + public function echoPhrase($phrase) { |
|
22 | 22 | return $phrase; |
23 | 23 | } |
24 | 24 | } |