Skip to content

Commit 28da34e

Browse files
Apply fixes from StyleCI (#201)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent b521165 commit 28da34e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Unit/SoapClientTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ public function testSoapFake($action, $fake, $exspected)
140140
}
141141

142142
#[ArrayShape([
143-
'without_fake_array' => "array",
144-
'with_fake_array_wrong_method' => "array",
145-
'with_fake_array' => "array",
146-
'with_fake_string' => "array",
143+
'without_fake_array' => 'array',
144+
'with_fake_array_wrong_method' => 'array',
145+
'with_fake_array' => 'array',
146+
'with_fake_string' => 'array',
147147
])]
148148
public function soapActionProvider(): array
149149
{

0 commit comments

Comments
 (0)