mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-30 11:13:07 +08:00
code style
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php namespace Mpociot\ApiDoc\Tests\Fixtures;
|
||||
<?php
|
||||
|
||||
namespace Mpociot\ApiDoc\Tests\Fixtures;
|
||||
|
||||
use Dingo\Api\Http\FormRequest;
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php namespace Mpociot\ApiDoc\Tests\Fixtures;
|
||||
<?php
|
||||
|
||||
namespace Mpociot\ApiDoc\Tests\Fixtures;
|
||||
|
||||
use Dingo\Api\Http\FormRequest;
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ abstract class GeneratorTestCase extends TestCase
|
||||
$this->assertArraySubset([
|
||||
'direct_one' => [
|
||||
'type' => 'string',
|
||||
'description' => 'Is found directly on the method.'
|
||||
'description' => 'Is found directly on the method.',
|
||||
],
|
||||
], $bodyParameters);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user