Completed
Push — master ( 2319eb...3c4d84 )
by Vladimir
02:22
created
src/allejo/stakx/Manager/TrackingManager.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -78,9 +78,9 @@  discard block
 block discarded – undo
78 78
     protected $trackedItems = [];
79 79
 
80 80
     /**
81
-     * @param File|string $filePath
81
+     * @param string $filePath
82 82
      *
83
-     * @return mixed|null
83
+     * @return \allejo\stakx\Document\BasePageView
84 84
      */
85 85
     public function createNewItem($filePath)
86 86
     {
@@ -125,9 +125,9 @@  discard block
 block discarded – undo
125 125
     /**
126 126
      * Update the contents of a specified file.
127 127
      *
128
-     * @param File|string $filePath The relative path of the file
128
+     * @param string $filePath The relative path of the file
129 129
      *
130
-     * @return mixed|null
130
+     * @return \allejo\stakx\Document\BasePageView
131 131
      */
132 132
     public function refreshItem($filePath)
133 133
     {
Please login to merge, or discard this patch.