@@ -62,6 +62,9 @@  | 
                                                    ||
| 62 | 62 | }  | 
                                                        
| 63 | 63 | }  | 
                                                        
| 64 | 64 | |
| 65 | + /**  | 
                                                        |
| 66 | + * @param string $date  | 
                                                        |
| 67 | + */  | 
                                                        |
| 65 | 68 |      private function pushToArray($list, array $columnName, $date) { | 
                                                        
| 66 | 69 | $array = [];  | 
                                                        
| 67 | 70 | |
@@ -40,7 +40,7 @@  | 
                                                    ||
| 40 | 40 | /**  | 
                                                        
| 41 | 41 | * @param array $dateArray  | 
                                                        
| 42 | 42 | * @param array $IDArray  | 
                                                        
| 43 | - * @param $type  | 
                                                        |
| 43 | + * @param string $type  | 
                                                        |
| 44 | 44 | */  | 
                                                        
| 45 | 45 | public function processSwapRequest(array $dateArray, array $IDArray, $type)  | 
                                                        
| 46 | 46 |      { | 
                                                        
@@ -116,6 +116,9 @@  | 
                                                    ||
| 116 | 116 | }  | 
                                                        
| 117 | 117 | }  | 
                                                        
| 118 | 118 | |
| 119 | + /**  | 
                                                        |
| 120 | + * @param Collection $userArray  | 
                                                        |
| 121 | + */  | 
                                                        |
| 119 | 122 | private function sortUserCollection($userArray)  | 
                                                        
| 120 | 123 |      { | 
                                                        
| 121 | 124 |          return $userArray->sortByDesc(function ($array) { |