Passed
Branch master (9987de)
by Prateek
03:46
created
Category
src/SkeletonClass.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.