You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/net/authorize/util/Log.php
+27-15Lines changed: 27 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ private function getPropertiesInclBase($reflClass)
115
115
}
116
116
117
117
/**
118
-
* private function checkAndMask($prop, $obj).
118
+
* private function checkPropertyAndMask($prop, $obj).
119
119
*
120
120
* Receives a ReflectionProperty and an object, and returns a masked object if the ReflectionProperty corresponds to a sensitive field, else returns false.
121
121
*
@@ -124,22 +124,22 @@ private function getPropertiesInclBase($reflClass)
0 commit comments