src/Tweeper.php: use file_get_contents to retrieve the local stylesheet
authorAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2020 22:11:12 +0000 (00:11 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2020 22:15:42 +0000 (00:15 +0200)
commitfd6dc11f6fc8d27aba8d23d3ee44370229eeac61
treed05759272032e5df10f3c2a67a25d86f2666909f
parentfae2bb79789ff07d7cdeb6b609b3fd9b43b107b8
src/Tweeper.php: use file_get_contents to retrieve the local stylesheet

Using Tweeper::getUrlContents(), which uses cURL, is really overkill to
get local file contents, keep things simple and use file_get_contents.
src/Tweeper.php