src/IO/Curl.php
Showing 2 of 2 total issues
Method executeRequest
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function executeRequest(Request $request) { $curl = curl_init(); if ($request->getPostBody()) {
- Create a ticketCreate a ticket
Function executeRequest
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
public function executeRequest(Request $request) { $curl = curl_init(); if ($request->getPostBody()) {
- Read upRead up
- Create a ticketCreate a ticket