Skip to content

Commit 43cfa9e

Browse files
Merge pull request #54 from michaeldyrynda/analysis-z4rBxw
Apply fixes from StyleCI
2 parents 0845968 + 409ab34 commit 43cfa9e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/Feature/UuidTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function you_can_generate_a_uuid_with_casting_and_a_custom_field_name()
7676

7777
$this->assertNotNull($post->custom_uuid);
7878
}
79-
79+
8080
/** @test */
8181
public function you_can_specify_a_uuid_without_casting()
8282
{

tests/Fixtures/CustomCastUuidPost.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
class CustomCastUuidPost extends Model
66
{
7-
87
/**
98
* {@inheritdoc}
109
*/
1110
protected $casts = ['custom_uuid' => 'uuid'];
12-
11+
1312
public function uuidColumn()
1413
{
1514
return 'custom_uuid';

0 commit comments

Comments
 (0)