X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfileSection.php;h=32daeed4bf5ea502378a55387edaac53f357dcec;hb=356b3420d6908f91510aa0cd94f3a363be7f8999;hp=9062251021457e64b8baecf903409989a355dcef;hpb=9e921490b4ac3459adcac65e5f93b5d9921e5465;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 ) { + } }