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