We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fc41c commit 3cfd75aCopy full SHA for 3cfd75a
src/SapRfcFunction.php
@@ -90,7 +90,7 @@ protected function getFunction()
90
* @param mixed $return
91
* @return mixed
92
*/
93
- protected function trimStrings($return)
+ private function trimStrings($return)
94
{
95
if (is_string($return)) {
96
return $this->rTrim($return);
@@ -108,7 +108,7 @@ protected function trimStrings($return)
108
* @param string $string
109
* @return string
110
111
- protected function rTrim($string)
+ private function rTrim($string)
112
113
/**
114
* Do not trim strings containing non-printable characters.
0 commit comments