@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | * |
| 29 | 29 | * @return ContentItem|null |
| 30 | 30 | */ |
| 31 | - public function &getContentItem ($filePath) |
|
| 31 | + public function &getContentItem($filePath) |
|
| 32 | 32 | { |
| 33 | 33 | return $this->trackedItemsFlattened[$filePath]; |
| 34 | 34 | } |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | * |
| 39 | 39 | * @return ContentItem[][] |
| 40 | 40 | */ |
| 41 | - public function &getCollections () |
|
| 41 | + public function &getCollections() |
|
| 42 | 42 | { |
| 43 | 43 | return $this->trackedItems; |
| 44 | 44 | } |
@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | /** |
| 120 | 120 | * {@inheritdoc} |
| 121 | 121 | */ |
| 122 | - public function refreshItem($filePath) |
|
| 122 | + public function refreshItem ($filePath) |
|
| 123 | 123 | { |
| 124 | 124 | return; |
| 125 | 125 | } |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | /** |
| 128 | 128 | * {@inheritdoc} |
| 129 | 129 | */ |
| 130 | - protected function handleTrackableItem($filePath, $options = array()) |
|
| 130 | + protected function handleTrackableItem ($filePath, $options = array()) |
|
| 131 | 131 | { |
| 132 | 132 | $collectionName = $options['namespace']; |
| 133 | 133 | |