fennb / phirehose

PHP interface to Twitter Streaming API
709 stars 189 forks source link

PHP Standards Recommendations (PSR) #100

Closed teanooki closed 1 year ago

teanooki commented 8 years ago

psr-1

psr-2

psr-4

Other things: Added a \n when writing to the stream in GhettoQueueCollector. Otherwise GhettoQueueConsumer has a problem:

fputs($this->getStream(), $status . "\n");