@@ -66,6 +66,9 @@ discard block |
||
| 66 | 66 | ); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $filePath |
|
| 71 | + */ |
|
| 69 | 72 | public function refreshItem($filePath) |
| 70 | 73 | { |
| 71 | 74 | return $this->handleTrackableItem($filePath, array( |
@@ -83,6 +86,7 @@ discard block |
||
| 83 | 86 | |
| 84 | 87 | /** |
| 85 | 88 | * {@inheritdoc} |
| 89 | + * @param string $filePath |
|
| 86 | 90 | */ |
| 87 | 91 | public function createNewItem($filePath) |
| 88 | 92 | { |