@@ -213,7 +213,7 @@  | 
                                                    ||
| 213 | 213 | |
| 214 | 214 | $recUidList = [0];  | 
                                                        
| 215 | 215 |          foreach ($allRecs as $recdat) { | 
                                                        
| 216 | - $recUidList[] = (int) $recdat['recuid'];  | 
                                                        |
| 216 | + $recUidList[] = (int)$recdat['recuid'];  | 
                                                        |
| 217 | 217 | }  | 
                                                        
| 218 | 218 | |
| 219 | 219 | return $recUidList;  | 
                                                        
@@ -116,8 +116,8 @@ discard block  | 
                                                    ||
| 116 | 116 | }  | 
                                                        
| 117 | 117 | |
| 118 | 118 | /** @var UpdateRefIndexTask $task */  | 
                                                        
| 119 | - $task->setUpdateAllTables((bool) $submittedData[self::FIELD_ALL_TABLES]);  | 
                                                        |
| 120 | - $task->setSelectedTables((array) $submittedData[self::FIELD_SELECTED_TABLES]);  | 
                                                        |
| 119 | + $task->setUpdateAllTables((bool)$submittedData[self::FIELD_ALL_TABLES]);  | 
                                                        |
| 120 | + $task->setSelectedTables((array)$submittedData[self::FIELD_SELECTED_TABLES]);  | 
                                                        |
| 121 | 121 | }  | 
                                                        
| 122 | 122 | |
| 123 | 123 | /**  | 
                                                        
@@ -132,7 +132,7 @@ discard block  | 
                                                    ||
| 132 | 132 | SchedulerModuleController $schedulerModule  | 
                                                        
| 133 | 133 |      ): bool { | 
                                                        
| 134 | 134 | if (!isset($submittedData[self::FIELD_ALL_TABLES])  | 
                                                        
| 135 | - || !MathUtility::isIntegerInRange((int) $submittedData[self::FIELD_ALL_TABLES], 0, 1)  | 
                                                        |
| 135 | + || !MathUtility::isIntegerInRange((int)$submittedData[self::FIELD_ALL_TABLES], 0, 1)  | 
                                                        |
| 136 | 136 |          ) { | 
                                                        
| 137 | 137 | return false;  | 
                                                        
| 138 | 138 | }  |