X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fprofiler%2FProfileSection.php;h=d48f74422f20470aff08a70702bea944a9467b71;hb=f938f15bea1a27f098fc7a0f93673adba31d2efe;hp=d787edb70260f2c9bc1c28b7bde39316e1702bec;hpb=4618f70793d1178ca4c646ef397cf17b1cc70b44;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/profiler/ProfileSection.php b/includes/profiler/ProfileSection.php index d787edb702..d48f74422f 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 { /** @@ -40,5 +40,6 @@ class ProfileSection { * @param string $name Name of the function to profile */ public function __construct( $name ) { + wfDeprecated( __CLASS__, '1.25' ); } }