for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace light\skeleton;
/**
* Class Skeleton
*
* @version 1.0.0
* @author lichunqaing <[email protected]>
*/
class Skeleton
{
public function run()
return true;
}