@@ -140,6 +140,7 @@ discard block |
||
140 | 140 | * Determines the log file path. |
141 | 141 | * @since 3.5.3 |
142 | 142 | * @internal |
143 | + * @param string|null $bsFilePath |
|
143 | 144 | * @return string The path of the file to log the contents. |
144 | 145 | */ |
145 | 146 | static private function _getLogFilePath( $bsFilePath, $sCallerClass ) { |
@@ -194,6 +195,7 @@ discard block |
||
194 | 195 | * Returns a length of a value. |
195 | 196 | * @since 3.5.3 |
196 | 197 | * @internal |
198 | + * @param string $sVariableType |
|
197 | 199 | * @return integer|null For string or integer, the string length. For array, the element lengths. For other types, null. |
198 | 200 | */ |
199 | 201 | static private function _getValueLength( $mValue, $sVariableType ) { |
@@ -211,6 +213,8 @@ discard block |
||
211 | 213 | * Returns the heading part of a log item. |
212 | 214 | * @since 3.5.3 |
213 | 215 | * @internal |
216 | + * @param double $fCurrentTimeStamp |
|
217 | + * @param double $nElapsed |
|
214 | 218 | * @return string the heading part of a log item. |
215 | 219 | */ |
216 | 220 | static private function _getLogHeadingLine( $fCurrentTimeStamp, $nElapsed, $sCallerClass, $sCallerFunction ) { |
@@ -418,6 +422,7 @@ discard block |
||
418 | 422 | } |
419 | 423 | /** |
420 | 424 | * Performs `array_map()` recursively. |
425 | + * @param string[] $oCallable |
|
421 | 426 | * @return array. |
422 | 427 | * @since 3.8.9 |
423 | 428 | */ |