We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ 1099-1101 (lines=3) @@ | ||
1096 | $request[$fields[$k]['store_in']][$fields[$k]['name']] = $request[$fields[$k]['name']]; |
|
1097 | ||
1098 | $remove_fake_field = array_pull($request, $fields[$k]['name']); |
|
1099 | if (!in_array($fields[$k]['store_in'], $fake_field_columns_to_encode, true)) { |
|
1100 | array_push($fake_field_columns_to_encode, $fields[$k]['store_in']); |
|
1101 | } |
|
1102 | } else //otherwise in the one defined in the $crud variable |
|
1103 | { |
|
1104 | $request['extras'][$fields[$k]['name']] = $request[$fields[$k]['name']]; |
|
@@ 1153-1155 (lines=3) @@ | ||
1150 | if (isset($fields[$k]['fake']) && $fields[$k]['fake'] == true) { |
|
1151 | // add it to the request in its appropriate variable - the one defined, if defined |
|
1152 | if (isset($fields[$k]['store_in'])) { |
|
1153 | if (!in_array($fields[$k]['store_in'], $fake_field_columns_to_encode, true)) { |
|
1154 | array_push($fake_field_columns_to_encode, $fields[$k]['store_in']); |
|
1155 | } |
|
1156 | } else //otherwise in the one defined in the $crud variable |
|
1157 | { |
|
1158 | if (!in_array('extras', $fake_field_columns_to_encode, true)) { |