Skip to content

Commit

Permalink
make function name protected, could be useful to the inheriting class
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed May 5, 2019
1 parent 3ffa879 commit 4a28111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Callback/AbstractLazyFunctionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ final protected function newScalarReturnFunction(
* @param string $functionName
* @return string
*/
private function newFullFunctionQname(string $functionName): string
protected function newFullFunctionQname(string $functionName): string
{
if ($this->namespace === '') {
return $functionName;
Expand Down

0 comments on commit 4a28111

Please sign in to comment.