We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ 22-25 (lines=4) @@ | ||
19 | ]; |
|
20 | ||
21 | switch ($saveAction) { |
|
22 | case 'save_and_edit': |
|
23 | $saveOptions['save_and_back'] = $this->getSaveActionButtonName('save_and_back'); |
|
24 | $saveOptions['save_and_new'] = $this->getSaveActionButtonName('save_and_new'); |
|
25 | break; |
|
26 | case 'save_and_new': |
|
27 | $saveOptions['save_and_back'] = $this->getSaveActionButtonName('save_and_back'); |
|
28 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
@@ 26-29 (lines=4) @@ | ||
23 | $saveOptions['save_and_back'] = $this->getSaveActionButtonName('save_and_back'); |
|
24 | $saveOptions['save_and_new'] = $this->getSaveActionButtonName('save_and_new'); |
|
25 | break; |
|
26 | case 'save_and_new': |
|
27 | $saveOptions['save_and_back'] = $this->getSaveActionButtonName('save_and_back'); |
|
28 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
29 | break; |
|
30 | case 'save_and_black': |
|
31 | default: |
|
32 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
@@ 31-34 (lines=4) @@ | ||
28 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
29 | break; |
|
30 | case 'save_and_black': |
|
31 | default: |
|
32 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
33 | $saveOptions['save_and_new'] = $this->getSaveActionButtonName('save_and_new'); |
|
34 | break; |
|
35 | } |
|
36 | ||
37 | return [ |