File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33/**
44 * Simple PHP EchoNest API
5- *
5+ *
66 * @tutorial http://EchoNest.com/ornicar/php-EchoNest-api/blob/master/README.markdown
77 * @version 2.6
88 * @author Brent Shaffer <bshafs at gmail dot com>
@@ -68,7 +68,7 @@ public function deAuthenticate()
6868 {
6969 return $ this ->authenticate (null );
7070 }
71-
71+
7272 /**
7373 * Call any route, GET method
7474 * Ex: $api->get('repos/show/my-username/my-repo')
@@ -113,7 +113,7 @@ public function getHttpClient()
113113 * @param EchoNest_HttpClient_Interface a httpClient instance
114114 * @return EchoNestApi fluent interface
115115 */
116- public function setHttpClient (EchoNest_HttpClient_Interface $ httpClient )
116+ public function setHttpClient (EchoNest_HttpClientInterface $ httpClient )
117117 {
118118 $ this ->httpClient = $ httpClient ;
119119
@@ -219,4 +219,4 @@ public function getApi($name)
219219 {
220220 return $ this ->apis [$ name ];
221221 }
222- }
222+ }
You can’t perform that action at this time.
0 commit comments