mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-30 09:04:55 +08:00
Style-ci fixes
This commit is contained in:
@@ -232,13 +232,13 @@ abstract class GeneratorTestCase extends TestCase
|
||||
],
|
||||
'excluded_body_param' => [
|
||||
'type' => 'integer',
|
||||
'description' => 'Does not exist in examples.'
|
||||
'description' => 'Does not exist in examples.',
|
||||
],
|
||||
], $bodyParameters);
|
||||
|
||||
$this->assertArraySubset([
|
||||
'excluded_query_param' => [
|
||||
'description' => 'Does not exist in examples.'
|
||||
'description' => 'Does not exist in examples.',
|
||||
],
|
||||
], $queryParameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user