X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfileSection.php;h=32daeed4bf5ea502378a55387edaac53f357dcec;hb=9ebc94191a6a698f822111c3ec2257fdd5a554b2;hp=9062251021457e64b8baecf903409989a355dcef;hpb=9c092814c7f275db78a6ed769aa76fdd87709c60;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfileSection.php b/includes/profiler/ProfileSection.php index 9062251021..32daeed4bf 100644 --- a/includes/profiler/ProfileSection.php +++ b/includes/profiler/ProfileSection.php @@ -25,7 +25,7 @@ * Class for handling function-scope profiling * * @since 1.22 - * @deprecated 1.25 No-op now + * @deprecated since 1.25 No-op now */ class ProfileSection { /** @@ -39,5 +39,6 @@ class ProfileSection { * * @param string $name Name of the function to profile */ - public function __construct( $name ) {} + public function __construct( $name ) { + } }