Completed
Branch master (d1fb12)
by Taosikai
14:03
created
src/RegistryManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * Read repositories from file
27
-     * @param $file
27
+     * @param string $file
28 28
      */
29 29
     public function readRegistriesFromFile($file)
30 30
     {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * Dump all registries to file
36
-     * @param $file
36
+     * @param string $file
37 37
      */
38 38
     public function dumpRepositoriesToFile($file)
39 39
     {
Please login to merge, or discard this patch.