Completed
Push — master ( d782a8...b0b54b )
by Aaron
22:54
created
src/DataCollector/ProxyFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
         }
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $namespace
72
+     */
70 73
     private function getProxyClass($namespace)
71 74
     {
72 75
         return 'php_cache_proxy_'.str_replace('\\', '_', $namespace);
Please login to merge, or discard this patch.