aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2019-05-24 10:01:58 -0700
committerGitHub <noreply@github.com>2019-05-24 10:01:58 -0700
commit95c207f24e462028d3ffca49819f3a0fbc978707 (patch)
treeffac06e11e7c005033450077ba89f53cd81621d3 /php
parent9a8ef05a34dab7583b6f253daca294d6b1bfb187 (diff)
downloadprotobuf-95c207f24e462028d3ffca49819f3a0fbc978707.tar.gz
Add use_nested to internalAddGeneratedFile for php implementation (#6117)
Diffstat (limited to 'php')
-rw-r--r--php/src/Google/Protobuf/Internal/DescriptorPool.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/Google/Protobuf/Internal/DescriptorPool.php b/php/src/Google/Protobuf/Internal/DescriptorPool.php
index 9b4dcc011..419bbf4dc 100644
--- a/php/src/Google/Protobuf/Internal/DescriptorPool.php
+++ b/php/src/Google/Protobuf/Internal/DescriptorPool.php
@@ -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);