We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 30-33 (lines=4) @@ | ||
| 27 | $saveOptions['save_and_back'] = $this->getSaveActionButtonName('save_and_back'); |
|
| 28 | $saveOptions['save_and_new'] = $this->getSaveActionButtonName('save_and_new'); |
|
| 29 | break; |
|
| 30 | case 'save_and_new': |
|
| 31 | $saveOptions['save_and_back'] = $this->getSaveActionButtonName('save_and_back'); |
|
| 32 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
| 33 | break; |
|
| 34 | case 'save_and_back': |
|
| 35 | default: |
|
| 36 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
| @@ 35-38 (lines=4) @@ | ||
| 32 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
| 33 | break; |
|
| 34 | case 'save_and_back': |
|
| 35 | default: |
|
| 36 | $saveOptions['save_and_edit'] = $this->getSaveActionButtonName('save_and_edit'); |
|
| 37 | $saveOptions['save_and_new'] = $this->getSaveActionButtonName('save_and_new'); |
|
| 38 | break; |
|
| 39 | } |
|
| 40 | ||
| 41 | if ($cantCreate) { |
|