Completed
Push — master ( 0ba1b3...937b8a )
by Vladimir
02:47
created
src/allejo/stakx/Manager/AssetManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@  discard block
 block discarded – undo
66 66
         );
67 67
     }
68 68
 
69
+    /**
70
+     * @param string $filePath
71
+     */
69 72
     public function refreshItem($filePath)
70 73
     {
71 74
         return $this->handleTrackableItem($filePath, array(
@@ -83,6 +86,7 @@  discard block
 block discarded – undo
83 86
 
84 87
     /**
85 88
      * {@inheritdoc}
89
+     * @param string $filePath
86 90
      */
87 91
     public function createNewItem($filePath)
88 92
     {
Please login to merge, or discard this patch.