Fix PhanTypeMismatchDeclaredParam
[lhc/web/wiklou.git] / includes / profiler / Profiler.php
index d02011f..bf4ddc7 100644 (file)
@@ -165,7 +165,7 @@ abstract class Profiler {
        abstract public function scopedProfileIn( $section );
 
        /**
-        * @param SectionProfileCallback &$section
+        * @param SectionProfileCallback|null &$section
         */
        public function scopedProfileOut( SectionProfileCallback &$section = null ) {
                $section = null;