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