Skip to content

Commit 243554a

Browse files
committed
php8.2.patch: Remove Body.php fix as it had been avoided in our code
1 parent 2278ce2 commit 243554a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tools/raml2html/patches/php_8.2.patch

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,6 @@
8787
{
8888
return isset($this->collection[$this->position]);
8989
}
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-
/**
10190
--- /src/Parser.php 2023-01-27 15:47:44
10291
+++ /src/Parser.php 2023-01-27 15:48:50
10392
@@ -693,7 +693,7 @@

0 commit comments

Comments
 (0)