Skip to content

Commit

Permalink
Update modules/quant_api/src/Client/QuantClientInterface.php
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
kepol authored Jul 6, 2024
1 parent 89bbdfb commit 948782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/quant_api/src/Client/QuantClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function send(array $data) : array;
* Return array of response data.
*
* @throws \Drupal\quant_api\Exception\InvalidPayload
* @throws \Drupal\quant_api\Exception\InvalidResposne
* @throws \Drupal\quant_api\Exception\InvalidResponse
*/
public function purgePath(string $path) : array;

Expand Down

0 comments on commit 948782e

Please sign in to comment.