We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -186,13 +186,13 @@ |
||
186 | 186 | $newRecord->setDefaultValue($values['default_value']); |
187 | 187 | $newRecord->setWrap($values['wrap']); |
188 | 188 | $newRecord->setIndexTokenized($values['index_tokenized']); |
189 | - $newRecord->setIndexStored((int)$values['index_stored']); |
|
190 | - $newRecord->setIndexIndexed((int)$values['index_indexed']); |
|
191 | - $newRecord->setIndexBoost((float)$values['index_boost']); |
|
192 | - $newRecord->setIsSortable((int)$values['is_sortable']); |
|
193 | - $newRecord->setIsFacet((int)$values['is_facet']); |
|
194 | - $newRecord->setIsListed((int)$values['is_listed']); |
|
195 | - $newRecord->setIndexAutocomplete((int)$values['index_autocomplete']); |
|
189 | + $newRecord->setIndexStored((int) $values['index_stored']); |
|
190 | + $newRecord->setIndexIndexed((int) $values['index_indexed']); |
|
191 | + $newRecord->setIndexBoost((float) $values['index_boost']); |
|
192 | + $newRecord->setIsSortable((int) $values['is_sortable']); |
|
193 | + $newRecord->setIsFacet((int) $values['is_facet']); |
|
194 | + $newRecord->setIsListed((int) $values['is_listed']); |
|
195 | + $newRecord->setIndexAutocomplete((int) $values['index_autocomplete']); |
|
196 | 196 | |
197 | 197 | if (is_array($values['format'])) { |
198 | 198 | foreach ($values['format'] as $format) { |