spec\PhpSpec\Util\ExampleObject::commentedMethod PHP Method

commentedMethod() public method

public commentedMethod ( )
    public function commentedMethod()
    {
        /**
         * this is a comment
         */
        // This is a comment
        /* this is a comment {} */
    }