Completed
Branch master (2f9961)
by Taosikai
14:43
created
src/ProxyRepository.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -33,6 +33,10 @@
 block discarded – undo
33 33
 
34 34
     protected $config;
35 35
 
36
+    /**
37
+     * @param string $dir
38
+     * @param integer $depth
39
+     */
36 40
     public function __construct($dir, $depth, IOInterface $io, Config $config)
37 41
     {
38 42
         $this->dir = $dir;
Please login to merge, or discard this patch.