Skip to content

Commit 165da49

Browse files
committed
Apply fixes from StyleCI
1 parent 087b922 commit 165da49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/framework/tests/Feature/PublicationTypeTest.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ public function test_get_field_rules()
176176
public function test_get_field_rules_with_custom_type_rules()
177177
{
178178
$publicationType = new PublicationType(...$this->getTestData(['fields' => [
179-
'title' => [
180-
'name' => 'title',
181-
'type' => 'string',
182-
'rules' => ['required', 'foo'],
183-
],
179+
'title' => [
180+
'name' => 'title',
181+
'type' => 'string',
182+
'rules' => ['required', 'foo'],
183+
],
184184
]]));
185185

186186
$this->assertEquals([

0 commit comments

Comments
 (0)