Merge pull request #99 from phanan/analysis-8jee9z

Applied fixes from StyleCI
This commit is contained in:
Phan An 2015-12-18 02:00:51 +08:00
commit 9a134f565c
2 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,8 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use App\Facades\Util;
use Illuminate\Database\Eloquent\Model;
/**
* @property int id The model ID

View file

@ -35,7 +35,7 @@ class ArtistTest extends TestCase
public function testUtf16Names()
{
$name = file_get_contents(dirname(__FILE__) . '/stubs/utf16');
$name = file_get_contents(dirname(__FILE__).'/stubs/utf16');
$artist = Artist::get($name);
$artist = Artist::get($name); // to make sure there's no constraint exception