Unverified Commit 95c207f2 authored by Paul Yang's avatar Paul Yang Committed by GitHub

Add use_nested to internalAddGeneratedFile for php implementation (#6117)

parent 9a8ef05a
......@@ -55,7 +55,7 @@ class DescriptorPool
return self::$pool;
}
public function internalAddGeneratedFile($data)
public function internalAddGeneratedFile($data, $use_nested = false)
{
$files = new FileDescriptorSet();
$files->mergeFromString($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment