Drop HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25
[lhc/web/wiklou.git] / includes / profiler / ProfileSection.php
index 32daeed..124e2d3 100644 (file)
@@ -35,10 +35,11 @@ class ProfileSection {
         * the same moment that the function to be profiled terminates.
         *
         * This is typically called like:
-        * @code$section = new ProfileSection( __METHOD__ );@endcode
+        * @code $section = new ProfileSection( __METHOD__ ); @endcode
         *
         * @param string $name Name of the function to profile
         */
        public function __construct( $name ) {
+               wfDeprecated( __CLASS__, '1.25' );
        }
 }