Vote Details for "ScrollingLabel" by arnaud

» Details
  • Voter:
  • Vote: +1 (conditional)
  • Reviews:
» Comment
CS issues to be fixed.

class {

function {

should be

class
{

function
{


Also at the bottom of the class you indicate that the class will run. Might it not be better to let the user decide ? Does PHP-GTK have some specific behaviour needing the automatic class instantiation ?