Completed
Branch dev (acf3d0)
by Michael
05:39
created
development/factory/_common/utility/AdminPageFramework_Debug.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,6 +177,7 @@  discard block
 block discarded – undo
177 177
          * Determines the log file path.
178 178
          * @since       3.5.3 
179 179
          * @internal    
180
+         * @param string|null $bsFilePath
180 181
          * @return      string      The path of the file to log the contents.
181 182
          */
182 183
         static private function _getLogFilePath( $bsFilePath, $sCallerClass ) {
@@ -213,6 +214,8 @@  discard block
 block discarded – undo
213 214
          * Returns the heading part of a log item.
214 215
          * @since       3.5.3
215 216
          * @internal
217
+         * @param double $fCurrentTimeStamp
218
+         * @param double $nElapsed
216 219
          * @return      string      the heading part of a log item.
217 220
          */
218 221
         static private function _getLogHeadingLine( $fCurrentTimeStamp, $nElapsed, $sCallerClass, $sCallerFunction ) {
@@ -411,7 +414,6 @@  discard block
 block discarded – undo
411 414
                 /**
412 415
                  * @return      string
413 416
                  * @param       scalar      $sScalar        
414
-                 * @param       integer     $iCharLimit     Character length limit to truncate.
415 417
                  * @since       3.8.9
416 418
                  */
417 419
                 static private function _getLegibleScalar( $sScalar ) {
@@ -441,6 +443,7 @@  discard block
 block discarded – undo
441 443
                         
442 444
                     }                
443 445
                     /**
446
+                     * @param string $sString
444 447
                      * @return      string
445 448
                      */
446 449
                     static private function _getLegibleString( $sString, $iCharLimit=200 ) {
@@ -485,6 +488,7 @@  discard block
 block discarded – undo
485 488
     
486 489
         /**
487 490
          * Performs `array_map()` recursively.
491
+         * @param string[] $oCallable
488 492
          * @return      array.
489 493
          * @since       3.8.9
490 494
          */
Please login to merge, or discard this patch.