Passed
Push — master ( 0dee87...a47887 )
by Prateek
01:40
created
src/SkeletonClass.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -4,23 +4,23 @@
 block discarded – undo
4 4
 
5 5
 class SkeletonClass
6 6
 {
7
-	/**
8
-	 * Create a new Skeleton Instance
9
-	 */
10
-	public function __construct()
11
-	{
12
-		// constructor body
13
-	}
7
+    /**
8
+     * Create a new Skeleton Instance
9
+     */
10
+    public function __construct()
11
+    {
12
+        // constructor body
13
+    }
14 14
 
15
-	/**
16
-	 * Friendly welcome
17
-	 *
18
-	 * @param string $phrase Phrase to return
19
-	 *
20
-	 * @return string Returns the phrase passed in
21
-	 */
22
-	public function echoPhrase($phrase)
23
-	{
24
-		return $phrase;
25
-	}
15
+    /**
16
+     * Friendly welcome
17
+     *
18
+     * @param string $phrase Phrase to return
19
+     *
20
+     * @return string Returns the phrase passed in
21
+     */
22
+    public function echoPhrase($phrase)
23
+    {
24
+        return $phrase;
25
+    }
26 26
 }
Please login to merge, or discard this patch.