Skip to content

Commit 34b4438

Browse files
committed
Moved property to the top of the class
1 parent 51a89b6 commit 34b4438

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"source": "https://github.com/cebe/php-openapi"
1919
},
2020
"require": {
21-
"php": ">=7.1.0",
21+
"php": ">=8.0.0",
2222
"ext-json": "*",
2323
"symfony/yaml": "^3.4 || ^4 || ^5 || ^6",
2424
"justinrainbow/json-schema": "^5.2"

src/spec/Reference.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ private function resolveTransitiveReference(Reference $referencedObject, Referen
329329
return $transitiveRefResult;
330330
}
331331

332-
private $_recursingInsideFile = false;
333-
334332
/**
335333
* Adjust relative references inside the file to match the context of the base file
336334
*

0 commit comments

Comments
 (0)