Completed
Push — master ( b69f36...adff0c )
by Vladimir
02:44
created
src/Manager/CollectionManager.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.