Completed
Push — master ( cbb358...77715f )
by Robert-John
03:10
created
src/TasksRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      */
36 36
     public function update(array $parameters): \Psr\Http\Message\ResponseInterface
37 37
     {
38
-        if (! isset($parameters['json'])) {
38
+        if (!isset($parameters['json'])) {
39 39
             $parameters = [
40 40
                 'json' => $parameters,
41 41
             ];
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      */
60 60
     public function create(array $parameters): \Psr\Http\Message\ResponseInterface
61 61
     {
62
-        if (! isset($parameters['json'])) {
62
+        if (!isset($parameters['json'])) {
63 63
             $parameters = [
64 64
                 'json' => $parameters,
65 65
             ];
Please login to merge, or discard this patch.