Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / dependency-injection / LazyProxy / PhpDumper / DumperInterface.php
index 878d965b1c39de6216cfe3fa970d98cafa54655d..ce88eba9742fdbb4ba340762da49f756b7530e4d 100644 (file)
@@ -34,10 +34,11 @@ interface DumperInterface
      *
      * @param Definition $definition
      * @param string     $id         service identifier
+     * @param string     $methodName the method name to get the service, will be added to the interface in 4.0
      *
      * @return string
      */
-    public function getProxyFactoryCode(Definition $definition, $id);
+    public function getProxyFactoryCode(Definition $definition, $id/**, $methodName = null */);
 
     /**
      * Generates the code for the lazy proxy.