Completed
Branch dev (7f54de)
by Michael
05:04
created
development/factory/_common/utility/debug/AdminPageFramework_Debug.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -132,6 +132,7 @@  discard block
 block discarded – undo
132 132
          * Determines the log file path.
133 133
          * @since       3.5.3 
134 134
          * @internal    
135
+         * @param string|null $bsFilePath
135 136
          * @return      string      The path of the file to log the contents.
136 137
          */
137 138
         static private function _getLogFilePath( $bsFilePath, $sCallerClass ) {
@@ -168,6 +169,8 @@  discard block
 block discarded – undo
168 169
          * Returns the heading part of a log item.
169 170
          * @since       3.5.3
170 171
          * @internal
172
+         * @param double $fCurrentTimeStamp
173
+         * @param double $nElapsed
171 174
          * @return      string      the heading part of a log item.
172 175
          */
173 176
         static private function _getLogHeadingLine( $fCurrentTimeStamp, $nElapsed, $sCallerClass, $sCallerFunction ) {
Please login to merge, or discard this patch.
development/factory/_common/utility/debug/AdminPageFramework_Debug_Base.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,6 @@  discard block
 block discarded – undo
146 146
                 /**
147 147
                  * @return      string
148 148
                  * @param       scalar      $sScalar        
149
-                 * @param       integer     $iCharLimit     Character length limit to truncate.
150 149
                  * @since       3.8.9
151 150
                  */
152 151
                 static private function _getLegibleScalar( $sScalar ) {
@@ -176,6 +175,7 @@  discard block
 block discarded – undo
176 175
                         
177 176
                     }                
178 177
                     /**
178
+                     * @param string $sString
179 179
                      * @return      string
180 180
                      */
181 181
                     static private function _getLegibleString( $sString, $iCharLimit=200 ) {
@@ -245,6 +245,7 @@  discard block
 block discarded – undo
245 245
             
246 246
     /**
247 247
      * Performs `array_map()` recursively.
248
+     * @param string[] $oCallable
248 249
      * @return      array
249 250
      * @since       3.8.9
250 251
      */
Please login to merge, or discard this patch.