for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
*/
class Writing_On_GitHub_File_Info {
public function __construct( stdClass $data ) {
$this->sha = $data->sha;
$this->path = $data->path;
$this->status = $data->status;
}
public $sha;
public $path;
public $status; // added removed modified