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