Merge "Improve @covers tags for ComposerJson and ComposerLock tests"
[lhc/web/wiklou.git] / includes / profiler / SectionProfiler.php
index bbe139b..7e3c398 100644 (file)
@@ -58,7 +58,7 @@ class SectionProfiler {
 
        /**
         * @param string $section
-        * @return ScopedCallback
+        * @return SectionProfileCallback
         */
        public function scopedProfileIn( $section ) {
                $this->profileInInternal( $section );