- Issue created by @arti_parmar
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:23am 21 June 2023 - Status changed to Closed: cannot reproduce
over 1 year ago 1:49pm 17 August 2023
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\twilio\src\Controller\TwilioController.php
-------------------------------------------------------------------------------------------------------------------------------------------------------
17 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('CallSid') instead
18 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request instead
32 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('From') instead
32 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('Body') instead
32 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('ToCountry') instead
34 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('ToCountry') instead
38 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('ToCountry') instead
42 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('From') instead
43 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
43 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
44 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('Body') instead
46 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('MediaUrl0') instead
46 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('MediaUrl0') instead
49 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
50 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
66 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('From') instead
67 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('From') instead
68 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
68 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
70 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
71 | ERROR | The $_REQUEST super global must not be accessed directly; inject the request_stack service and use $stack->getCurrentRequest()->request->get('To') instead
-------------------------------------------------------------------------------------------------------------------------------------------------------
Closed: cannot reproduce
3.0
Code