@@ -58,6 +58,7 @@ discard block  | 
                                                    ||
| 58 | 58 | |
| 59 | 59 | /**  | 
                                                        
| 60 | 60 |       * {@inheritdoc} | 
                                                        
| 61 | + * @param null|string $view  | 
                                                        |
| 61 | 62 | */  | 
                                                        
| 62 | 63 | public function render($view, array $parameters = [], Response $response = null)  | 
                                                        
| 63 | 64 |      { | 
                                                        
@@ -154,7 +155,7 @@ discard block  | 
                                                    ||
| 154 | 155 | /**  | 
                                                        
| 155 | 156 | * Delete action.  | 
                                                        
| 156 | 157 | *  | 
                                                        
| 157 | - * @param int|string|null $id  | 
                                                        |
| 158 | + * @param integer|null $id  | 
                                                        |
| 158 | 159 | *  | 
                                                        
| 159 | 160 | * @return Response|RedirectResponse  | 
                                                        
| 160 | 161 | *  | 
                                                        
@@ -673,7 +674,7 @@ discard block  | 
                                                    ||
| 673 | 674 | /**  | 
                                                        
| 674 | 675 | * View history revision of object.  | 
                                                        
| 675 | 676 | *  | 
                                                        
| 676 | - * @param int|string|null $id  | 
                                                        |
| 677 | + * @param null|integer $id  | 
                                                        |
| 677 | 678 | * @param string|null $revision  | 
                                                        
| 678 | 679 | *  | 
                                                        
| 679 | 680 | * @return Response  | 
                                                        
@@ -733,9 +734,9 @@ discard block  | 
                                                    ||
| 733 | 734 | /**  | 
                                                        
| 734 | 735 | * Compare history revisions of object.  | 
                                                        
| 735 | 736 | *  | 
                                                        
| 736 | - * @param int|string|null $id  | 
                                                        |
| 737 | - * @param int|string|null $base_revision  | 
                                                        |
| 738 | - * @param int|string|null $compare_revision  | 
                                                        |
| 737 | + * @param null|integer $id  | 
                                                        |
| 738 | + * @param null|integer $base_revision  | 
                                                        |
| 739 | + * @param null|integer $compare_revision  | 
                                                        |
| 739 | 740 | *  | 
                                                        
| 740 | 741 | * @return Response  | 
                                                        
| 741 | 742 | *  |