Last active
April 25, 2017 10:05
-
-
Save eriktorsner/9f159fd553f345a37d45454d469c1e30 to your computer and use it in GitHub Desktop.
Snippet 1 helloTestable.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* helloTestable constructor. | |
* | |
* @param Lyrics $lyrics | |
*/ | |
public function __construct($lyrics) | |
{ | |
$this->lyrics = $lyrics; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment