Question from the PHP7 test

Is this code PSR2 compatible?

Archived

Is this code PSR2 compatible?

<?php

namespace Hello;

class World
{
    public function render(){
        echo 'Hello World!';
    }
}
Author: Julien BreuxStatus: ArchivedQuestion passed 1002 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!