Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
9 | public function setMessage() |
||
10 | { |
||
11 | return "Your API call has been throttled to avoid overloading XML Soccer's servers. Details of the request rate limits applicable to this service can be found at https://xmlsoccer.zendesk.com/hc/en-us/articles/202852961-Time-interval-limits"; |
||
12 | } |
||
13 | } |
||
14 |