repl.it Your task is to convert strings to how they would be written by Jaden Smith. The strings are actual quotes from Jaden Smith, but they are not capitalized in the same way he originally typed them. code example
Example: PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
//From
public function TSStatus($host, $queryPort);
//to
public function __construct($host, $queryPort);