Completed
Push — master ( 77fd29...f7cf81 )
by Jacob
02:48
created
tests/unit/PhpQuickProfilerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -230,6 +230,9 @@
 block discarded – undo
230 230
         );
231 231
     }
232 232
 
233
+    /**
234
+     * @param string $methodName
235
+     */
233 236
     protected function getAccessibleMethod(PhpQuickProfiler $profiler, $methodName)
234 237
     {
235 238
         $reflectedConsole = new ReflectionClass(get_class($profiler));
Please login to merge, or discard this patch.