@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | } |
141 | 141 | |
142 | 142 | /** |
143 | - * @param SplFileInfo|string $filePath |
|
143 | + * @param string $filePath |
|
144 | 144 | * |
145 | 145 | * @return mixed|null |
146 | 146 | */ |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | /** |
153 | 153 | * Update the contents of a specified file. |
154 | 154 | * |
155 | - * @param SplFileInfo|string $filePath The relative path of the file |
|
155 | + * @param string $filePath The relative path of the file |
|
156 | 156 | * |
157 | 157 | * @return PageView |
158 | 158 | */ |