Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekkarki committed Dec 24, 2018
1 parent 82a7688 commit 9987ded
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/SkeletonClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ class SkeletonClass
/**
* Create a new Skeleton Instance
*/
public function __construct()
{
public function __construct(){
// constructor body
}

Expand All @@ -19,8 +18,7 @@ public function __construct()
*
* @return string Returns the phrase passed in
*/
public function echoPhrase($phrase)
{
public function echoPhrase($phrase){
return $phrase;
}
}

0 comments on commit 9987ded

Please sign in to comment.