File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ services:
18
18
node :
19
19
image : node:12
20
20
volumes :
21
- # - ./tests/tmp/.composer:/root/.composer:rw
22
21
- .:/app
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ protected function hasProperty(string $name): bool
318
318
/**
319
319
* @param string $name property name.
320
320
* @return bool true, when a property has a non-null value (does not check for default values)
321
+ * @since 1.6.0
321
322
*/
322
323
protected function hasPropertyValue (string $ name ): bool
323
324
{
@@ -511,7 +512,7 @@ public function getDocumentPosition(): ?JsonPointer
511
512
* Returns extension properties with `x-` prefix.
512
513
* @see https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#specificationExtensions
513
514
* @return array<string, mixed>
514
- * @since 1.5.3
515
+ * @since 1.6.0
515
516
*/
516
517
public function getExtensions (): array
517
518
{
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ private function assertApiContent(\cebe\openapi\spec\OpenApi $openapi)
89
89
$ this ->assertEquals ("1.0.0 " , $ openapi ->info ->version );
90
90
}
91
91
92
+ /**
93
+ * @see https://github.com/symfony/symfony/issues/34805
94
+ */
92
95
public function testSymfonyYamlBugHunt ()
93
96
{
94
97
$ openApiFile = __DIR__ . '/../vendor/oai/openapi-specification/examples/v3.0/uspto.yaml ' ;
You can’t perform that action at this time.
0 commit comments