@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * |
31 | 31 | * @return ContentItem[][] |
32 | 32 | */ |
33 | - public function &getCollections () |
|
33 | + public function &getCollections() |
|
34 | 34 | { |
35 | 35 | return $this->trackedItems; |
36 | 36 | } |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | * |
45 | 45 | * @return ContentItem |
46 | 46 | */ |
47 | - public function &getContentItem ($filePath) |
|
47 | + public function &getContentItem($filePath) |
|
48 | 48 | { |
49 | 49 | if (!isset($this->trackedItemsFlattened[$filePath])) |
50 | 50 | { |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | /** |
120 | 120 | * {@inheritdoc} |
121 | 121 | */ |
122 | - public function createNewItem($filePath) |
|
122 | + public function createNewItem ($filePath) |
|
123 | 123 | { |
124 | 124 | $collection = $this->getTentativeCollectionName($filePath); |
125 | 125 | |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | /** |
132 | 132 | * {@inheritdoc} |
133 | 133 | */ |
134 | - public function refreshItem($filePath) |
|
134 | + public function refreshItem ($filePath) |
|
135 | 135 | { |
136 | 136 | return; |
137 | 137 | } |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | /** |
140 | 140 | * {@inheritdoc} |
141 | 141 | */ |
142 | - protected function handleTrackableItem($filePath, $options = array()) |
|
142 | + protected function handleTrackableItem ($filePath, $options = array()) |
|
143 | 143 | { |
144 | 144 | $collectionName = $options['namespace']; |
145 | 145 |