@@ -124,7 +124,7 @@  | 
                                                    ||
| 124 | 124 | }  | 
                                                        
| 125 | 125 | |
| 126 | 126 | /**  | 
                                                        
| 127 | - * @return array  | 
                                                        |
| 127 | + * @return string[]  | 
                                                        |
| 128 | 128 | */  | 
                                                        
| 129 | 129 | public function __sleep()  | 
                                                        
| 130 | 130 |      { | 
                                                        
@@ -137,7 +137,7 @@ discard block  | 
                                                    ||
| 137 | 137 | *  | 
                                                        
| 138 | 138 | * @param string $relativePath  | 
                                                        
| 139 | 139 | * @param callable $callback  | 
                                                        
| 140 | - * @return bool  | 
                                                        |
| 140 | + * @return null|false  | 
                                                        |
| 141 | 141 | * @throws FileCreationFailedException  | 
                                                        
| 142 | 142 | */  | 
                                                        
| 143 | 143 | public function createFileInTemporaryDirectory($relativePath, callable $callback)  | 
                                                        
@@ -175,7 +175,7 @@ discard block  | 
                                                    ||
| 175 | 175 | *  | 
                                                        
| 176 | 176 | * @param string $absolutePath  | 
                                                        
| 177 | 177 | * @param string $content  | 
                                                        
| 178 | - * @return bool  | 
                                                        |
| 178 | + * @return string|null  | 
                                                        |
| 179 | 179 | */  | 
                                                        
| 180 | 180 | protected function writeTemporaryFile($absolutePath, $content)  | 
                                                        
| 181 | 181 |      { | 
                                                        
@@ -154,7 +154,7 @@  | 
                                                    ||
| 154 | 154 | }  | 
                                                        
| 155 | 155 | |
| 156 | 156 | /**  | 
                                                        
| 157 | - * @return array  | 
                                                        |
| 157 | + * @return integer[]  | 
                                                        |
| 158 | 158 | */  | 
                                                        
| 159 | 159 | protected function getDeactivatedFields()  | 
                                                        
| 160 | 160 |      { | 
                                                        
@@ -124,7 +124,7 @@  | 
                                                    ||
| 124 | 124 | }  | 
                                                        
| 125 | 125 | |
| 126 | 126 | /**  | 
                                                        
| 127 | - * @return array  | 
                                                        |
| 127 | + * @return string[]  | 
                                                        |
| 128 | 128 | */  | 
                                                        
| 129 | 129 | public function __sleep()  | 
                                                        
| 130 | 130 |      { | 
                                                        
@@ -304,7 +304,7 @@  | 
                                                    ||
| 304 | 304 | * then forced to use reflection, please don't do this at home!  | 
                                                        
| 305 | 305 | *  | 
                                                        
| 306 | 306 | * @param string $type `partial` or `layout`  | 
                                                        
| 307 | - * @return array  | 
                                                        |
| 307 | + * @return string[]  | 
                                                        |
| 308 | 308 | *  | 
                                                        
| 309 | 309 | * @deprecated Must be removed when TYPO3 7.6 is not supported anymore!  | 
                                                        
| 310 | 310 | */  | 
                                                        
@@ -109,7 +109,7 @@  | 
                                                    ||
| 109 | 109 | *  | 
                                                        
| 110 | 110 | * @param string $key  | 
                                                        
| 111 | 111 | * @param int $code  | 
                                                        
| 112 | - * @param array $arguments  | 
                                                        |
| 112 | + * @param string[] $arguments  | 
                                                        |
| 113 | 113 | * @param string $title  | 
                                                        
| 114 | 114 | */  | 
                                                        
| 115 | 115 | protected function addError($key, $code, array $arguments = [], $title = '')  |