Skip to content

Commit

Permalink
Add use_nested to internalAddGeneratedFile for php implementation (#6117
Browse files Browse the repository at this point in the history
)
  • Loading branch information
TeBoring committed May 24, 2019
1 parent 9a8ef05 commit 95c207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/Google/Protobuf/Internal/DescriptorPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static function getGeneratedPool()
return self::$pool;
}

public function internalAddGeneratedFile($data)
public function internalAddGeneratedFile($data, $use_nested = false)
{
$files = new FileDescriptorSet();
$files->mergeFromString($data);
Expand Down

0 comments on commit 95c207f

Please sign in to comment.