We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ 1115-1117 (lines=3) @@ | ||
1112 | $request[$fields[$k]['store_in']][$fields[$k]['name']] = $request[$fields[$k]['name']]; |
|
1113 | ||
1114 | $remove_fake_field = array_pull($request, $fields[$k]['name']); |
|
1115 | if (!in_array($fields[$k]['store_in'], $fake_field_columns_to_encode, true)) { |
|
1116 | array_push($fake_field_columns_to_encode, $fields[$k]['store_in']); |
|
1117 | } |
|
1118 | } else //otherwise in the one defined in the $crud variable |
|
1119 | { |
|
1120 | $request['extras'][$fields[$k]['name']] = $request[$fields[$k]['name']]; |
|
@@ 1169-1171 (lines=3) @@ | ||
1166 | if (isset($fields[$k]['fake']) && $fields[$k]['fake'] == true) { |
|
1167 | // add it to the request in its appropriate variable - the one defined, if defined |
|
1168 | if (isset($fields[$k]['store_in'])) { |
|
1169 | if (!in_array($fields[$k]['store_in'], $fake_field_columns_to_encode, true)) { |
|
1170 | array_push($fake_field_columns_to_encode, $fields[$k]['store_in']); |
|
1171 | } |
|
1172 | } else //otherwise in the one defined in the $crud variable |
|
1173 | { |
|
1174 | if (!in_array('extras', $fake_field_columns_to_encode, true)) { |