@@ -78,6 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * @inheritdoc |
| 81 | + * @param string $path |
|
| 81 | 82 | */ |
| 82 | 83 | public function index_file($path) { |
| 83 | 84 | if ($this->insert === null) { |
@@ -28,6 +28,9 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | protected $regexp; |
| 30 | 30 | |
| 31 | + /** |
|
| 32 | + * @param string $name |
|
| 33 | + */ |
|
| 31 | 34 | public function __construct($name, Regexp $regexp) { |
| 32 | 35 | assert('is_string($name)'); |
| 33 | 36 | $this->name = $name; |