Skip to content

Commit b51c995

Browse files
KrejcovaKarolinaslischka
authored andcommitted
Added const PATCH
1 parent f7ba955 commit b51c995

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Fapi/HttpClient/HttpMethod.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class HttpMethod
1717

1818
public const DELETE = 'DELETE';
1919

20+
public const PATCH = 'PATCH';
21+
2022
/**
2123
* @return array<string>
2224
*/
@@ -28,6 +30,7 @@ public static function getAll(): array
2830
self::POST,
2931
self::PUT,
3032
self::DELETE,
33+
self::PATCH,
3134
];
3235
}
3336

0 commit comments

Comments
 (0)