Follow-up 2a04f2d: don't pass [''] as tag filter when tagfilter=''
[lhc/web/wiklou.git] / includes / profiler / SectionProfiler.php
index bbe139b..fdfb24d 100644 (file)
@@ -19,7 +19,6 @@
  *
  * @file
  * @ingroup Profiler
- * @author Aaron Schulz
  */
 use Wikimedia\ScopedCallback;
 
@@ -58,7 +57,7 @@ class SectionProfiler {
 
        /**
         * @param string $section
-        * @return ScopedCallback
+        * @return SectionProfileCallback
         */
        public function scopedProfileIn( $section ) {
                $this->profileInInternal( $section );