We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 61-66 (lines=6) @@ | ||
| 58 | ||
| 59 | new ExpressionFunction( |
|
| 60 | 'mutateAndGetPayloadCallback', |
|
| 61 | function ($mutateAndGetPayload) { |
|
| 62 | $code = 'function ($value) use ('.TypeGenerator::USE_FOR_CLOSURES.', $args, $info) { '; |
|
| 63 | $code .= 'return '.$mutateAndGetPayload.'; }'; |
|
| 64 | ||
| 65 | return $code; |
|
| 66 | }, |
|
| 67 | function () { |
|
| 68 | } |
|
| 69 | ), |
|
| @@ 73-78 (lines=6) @@ | ||
| 70 | ||
| 71 | new ExpressionFunction( |
|
| 72 | 'mutateAndGetPayloadCallback', |
|
| 73 | function ($mutateAndGetPayload) { |
|
| 74 | $code = 'function ($value) use ('.TypeGenerator::USE_FOR_CLOSURES.', $args, $info) { '; |
|
| 75 | $code .= 'return '.$mutateAndGetPayload.'; }'; |
|
| 76 | ||
| 77 | return $code; |
|
| 78 | }, |
|
| 79 | function () { |
|
| 80 | } |
|
| 81 | ), |
|