We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278ce2 commit 243554aCopy full SHA for 243554a
tools/raml2html/patches/php_8.2.patch
@@ -87,17 +87,6 @@
87
{
88
return isset($this->collection[$this->position]);
89
}
90
---- /src/Body.php 2023-01-27 15:49:58
91
-+++ /src/Body.php 2023-01-27 15:51:03
92
-@@ -228,7 +228,7 @@
93
- */
94
- public function getExample()
95
- {
96
-- return $this->examples[0];
97
-+ return $this->examples[0] ?? '';
98
- }
99
-
100
- /**
101
--- /src/Parser.php 2023-01-27 15:47:44
102
+++ /src/Parser.php 2023-01-27 15:48:50
103
@@ -693,7 +693,7 @@
0 commit comments