Completed
Push — master ( 4e7553...47271c )
by Simon
02:20
created
src/Logger/CLog.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * Returns load time of the page
129 129
      *
130
-     * @return The page load time.
130
+     * @return double page load time.
131 131
      *
132 132
      */
133 133
     public function pageLoadTime()
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Get the memory peak.
143 143
      *
144
-     * @return The memory peak.
144
+     * @return double memory peak.
145 145
      *
146 146
      */
147 147
     public function memoryPeak()
Please login to merge, or discard this patch.