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
@@ -132,7 +132,7 @@ private function getPropertiesInclBase($reflClass)
132
132
}
133
133
134
134
/**
135
-
* private function checkAndMask($prop, $obj).
135
+
* private function checkPropertyAndMask($prop, $obj).
136
136
*
137
137
* Receives a ReflectionProperty and an object, and returns a masked object if the ReflectionProperty corresponds to a sensitive field, else returns false.
138
138
*
@@ -141,22 +141,22 @@ private function getPropertiesInclBase($reflClass)
0 commit comments