for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: reallyli
* Date: 18/10/11
* Time: 下午2:49.
*/
namespace Reallyli\LaravelUnicomponent\Tests\Example;
class Example
{
protected $test;
* Method description: test.
*
* @author reallyli <[email protected]>
* @since 18/10/11
* @param
* @return mixed
* 返回值类型:string,array,object,mixed(多种,不确定的),void(无返回值)
public function test()
return __FUNCTION__;
}