@@ -34,6 +34,7 @@ |
||
34 | 34 | |
35 | 35 | /** |
36 | 36 | * {@inheritdoc} |
37 | + * @param string $filePath |
|
37 | 38 | */ |
38 | 39 | public function __construct($filePath) |
39 | 40 | { |
@@ -11,6 +11,7 @@ |
||
11 | 11 | { |
12 | 12 | /** |
13 | 13 | * @param string $filePath |
14 | + * @return void |
|
14 | 15 | */ |
15 | 16 | public function __construct($filePath); |
16 | 17 |
@@ -16,6 +16,9 @@ |
||
16 | 16 | protected $extension; |
17 | 17 | protected $fs; |
18 | 18 | |
19 | + /** |
|
20 | + * @param string $filePath |
|
21 | + */ |
|
19 | 22 | public function __construct($filePath) |
20 | 23 | { |
21 | 24 | $this->fs = new Filesystem(); |
@@ -19,7 +19,7 @@ |
||
19 | 19 | public function __construct($filePath) |
20 | 20 | { |
21 | 21 | $this->fs = new Filesystem(); |
22 | - $p = $this->filePath = $this->fs->absolutePath((string)$filePath); |
|
22 | + $p = $this->filePath = $this->fs->absolutePath((string) $filePath); |
|
23 | 23 | |
24 | 24 | $this->extension = strtolower($this->fs->getExtension($p)); |
25 | 25 | $this->refreshFileContent(); |
@@ -57,7 +57,7 @@ |
||
57 | 57 | /** |
58 | 58 | * A jailed representation of CollectionManager::getCollections(). |
59 | 59 | * |
60 | - * @return JailedDocument[][] |
|
60 | + * @return JailedDocument[] |
|
61 | 61 | */ |
62 | 62 | public function getJailedCollections() |
63 | 63 | { |