@@ -49,7 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @param string|array $regex |
|
| 52 | + * @param string $regex |
|
| 53 | 53 | * @return $this |
| 54 | 54 | */ |
| 55 | 55 | public function name($regex) { |
@@ -35,9 +35,8 @@ |
||
| 35 | 35 | /** |
| 36 | 36 | * @param File $file |
| 37 | 37 | * @param FileTool $tool |
| 38 | - * @param $text |
|
| 38 | + * @param string $text |
|
| 39 | 39 | * @param int|null $line |
| 40 | - * @param int $level |
|
| 41 | 40 | */ |
| 42 | 41 | public function __construct(File $file, FileTool $tool, $text, $line) { |
| 43 | 42 | |